R
Rod
I would like to be able to do the equivalent of the Access command
DoCmd.RunSQL mySQLstring
on tables I have in my dotnet application.
The particular case I have in mind is updating one table using data from the
other.
Is this possible and if so how??
many thanks in advance
Rod
DoCmd.RunSQL mySQLstring
on tables I have in my dotnet application.
The particular case I have in mind is updating one table using data from the
other.
Is this possible and if so how??
many thanks in advance
Rod