hi.
can anyone tell me the connectionstring for connecting to an ms access database over a network?
only the second part, where you specify the location of the database, is needed. i know how to specify the jet engin.
let me give an example.
to connect to a local dbs the connection string would be:
c:\\localFolder\\localDbs.mdb
but how do i specify a database on a computer on the network?
let say this computer's name is databaseServer and the database is on the c drive?