Basic questions re. 2 databases in a project

J Trahair

Well-known member
Joined
May 14, 2008
Messages
175
Location
Spain
Programming Experience
10+
I am still trying to update and insert records in a database. I have 2 databases in the project - an Access database and a SQL Server Express database. I have successfully connected to both and read some records.
Do I take it that once connected, the code for updating and inserting a record is the same whichever database is being written to?
Has anyone else had trouble with the examples and tutorials found on the web, in that the ones I have tried don't always work? Thanks again.
 
Back
Top