I have developed an access database on my local machine that I wish now to host on network server.
Local Address:
Friend ConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = c:\DB1.mdb;User ID=admin;Password="
The server name is E287868
How now do I configure the Data Source to represent the new full path to the database Do I need to create a share folder on the server and place the Access database in it
Thanks,
Fred Herring

Access Connection String
kavijay
You'll definitely need to place the database on a network share.
If you want the users to be able to modify the contents of the database, you'll need to give those users permissions to create and modify files on the share.
I hope this information proves helpful.
David Sceppa
ADO.NET Program Manager
Microsoft
LeylaBora