Hi
What change I do in VB Code for to use Databae MS Access Sharing with more one user ?
How Can I to Connect ?
Where Can to put Local database (.MDB) ?
TIA
Printable View
Hi
What change I do in VB Code for to use Databae MS Access Sharing with more one user ?
How Can I to Connect ?
Where Can to put Local database (.MDB) ?
TIA
check out the Database Development FAQ http://vbforums.com/showthread.php?t=337051
Your thread title mentions .NET? Are you using VB.NET or VB6?Quote:
Originally Posted by mutley
Sorry, my English is very poor
I use VB 6, and want to use MS ACCESS SHARING with more than One user
Access is not known for its stability in a shared environment, but it can be done. Just put the MDB on a network file server and have each client open it from their desktop.Quote:
Originally Posted by mutley
How many people are we talking about sharing this database?