Please Help!!!!?
im getting error msg "too many active users" and the file is opened exclusively by another user?
vb 6.0 application is the front end and ms access 03 is the back end. im using jet oledb as the connection and i have closed the connection after saving the data.Is it related to the ldb file???.the users using the application is less than 255.
im closing the connection for eg.
ad1.close
where ad1 is the connection name.
vb 6.0 application is the front end and ms access 03 is the back end. im using jet oledb as the connection and i have closed the connection after saving the data.Is it related to the ldb file???.the users using the application is less than 255.
im closing the connection for eg.
ad1.close
where ad1 is the connection name.
If your clients are accessing the mdb file through network shares and the shared folder is on a non-server Windows OS (XP, 2000 Pro, NT 4 Workstation) then you can have only 10 simultaneous connections at a time.
Loren Soth
Loren Soth
If your clients are accessing the mdb file through network shares and the shared folder is on a non-server Windows OS (XP, 2000 Pro, NT 4 Workstation) then you can have only 10 simultaneous connections at a time.
Loren Soth
Loren Soth
according to my info it could be a bug in ldb file as guessed by you correctly.