Solution to vb6 multi user access |
| Umapathy Kaliaperumal replied to Timothy Purvis at 05-Jul-08 07:30 |
1. have your access db in server.
2. keep one single connection shared by all the client by passing server dsn to the client whenever it is started using sockets or other network methodology.
|
|