I Wanna Try A Network Connection Of Database Using Access. Can Anybody Help Me With It?
Printable View
I Wanna Try A Network Connection Of Database Using Access. Can Anybody Help Me With It?
I don't have a lot of experience with databases, but I'm pretty sure SQL connection strings allow you to specify the server address and user/password so you can retrieve data remotely.
Look for the ADO tutorials in the CodeBank.
try ADO connection in runtime. i think thats the most stable networking connection i tried...
If you want to create a network application that shares one database.
I won't recommend MS Access.
It will cause you too many headaches and troubles.
Just like what they said; you need to use a better database server application like MS SQL Server, MySQL, etc.
MS Access has too many limitations.