I have Microsoft Access database stored in \\Nas . How I can connect the database store in the network using OLEDB ?
Printable View
I have Microsoft Access database stored in \\Nas . How I can connect the database store in the network using OLEDB ?
Have a look in the Database Development FAQ there might be something helpful in there.
You need to speciify the path and filename as part of your connection string.
i.e. \\Nas\DataFolder\Database.Mdb
Moved To Database Development
Thanks for the report Nightwalker83 :thumb:
There is an example here which might be useful.