Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i connect the access database from remote computer in local area network???

Please help me this problem.
Posted

Why? Please see my recent answer: Our VB.Net Application is not worked in LAN[^].

—SA
 
Share this answer
 
I Agree with SAKryukov. its not a good idea to use Access as remote Database

VB
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\serverName\shareName\folder\myDatabase.mdb;User Id=admin;Password=
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900