HappyFace188
Programmer
Recently I have re-develop an in house VB6 application using access database. The executiable program is on the users' local machine and the database is on NT server. Users have been getting error 3050 while they are reading or writing to the database which did not happen previously. The only material on this topic that I can find from the MSDN is to change the MaxLocksPerFile to 128 in its sample code. It did not help. Can anyone tells me what might cause the problem and possible solution? Thanks so much.