split database, ADO connection, what to do

S

salmonella

I hope this makes sense, I have just started to learn this stuff.

I want to split a database and presently I have ADO connections set to
CurrentProject.Connection. IF, the database will only be used locally on a PC
(FE and BE) , will this connection string work or will I need to map the data
source for each different PC it goes on once it is split?

Also, is there a problem that I need to look out for with the curser and
lock when I use the open method to open the recordset?


I am assuming that all I have to do with a split database is reset the links
to the backend tables for each PC (if drive map is different) and forget
about the ADO connection strings, cursers, etc…..I hope!


Many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top