Hi All
I am using VB6 and Aceess 2000.
I have written a client/sever programme and clients connect to the server mdb through the DSN which I manually create it at the client end.
My code like this(cnn.Open "DSN=Inventory", , "abc1")
There are about 50 users and about 20 users get connected at once so frequently the database get damaged and have to repair.
How do I prevent this.
Maha
I am using VB6 and Aceess 2000.
I have written a client/sever programme and clients connect to the server mdb through the DSN which I manually create it at the client end.
My code like this(cnn.Open "DSN=Inventory", , "abc1")
There are about 50 users and about 20 users get connected at once so frequently the database get damaged and have to repair.
How do I prevent this.
Maha