I'm working with an ado recordset in VB6 - connecting to a database
and updating every record for a new index number based on a filter set
ordered by the user. I get the "File Sharing Lock Count Esceeded.
Increas MaxLocksPerFile registry entry"
I've already checked around for solutions, and have already seen the
DAO.DBEngine.Se tOptions dbMaxLocksPerFi le, ##### - this does not work
for whatever reason, possibly because I'm using ado connection and
this applies to DAO???
If I go into my registry and manually change my maxlocks value, my
program will work, but I cannot get it to simulate this change
temporarily during run-time. This program will be installed on
multiple machines, so it is not feasible to have the registry modified
every time.
I am using adOpenDynmaic, adLockOptimisti c to open the recordset.
I've tried some other variations with no luck.
Any ideas why this is? For some strange reason, if I hover over the
dbMaxLocksPerFi le name, my intellisense always provides the number 62.
and updating every record for a new index number based on a filter set
ordered by the user. I get the "File Sharing Lock Count Esceeded.
Increas MaxLocksPerFile registry entry"
I've already checked around for solutions, and have already seen the
DAO.DBEngine.Se tOptions dbMaxLocksPerFi le, ##### - this does not work
for whatever reason, possibly because I'm using ado connection and
this applies to DAO???
If I go into my registry and manually change my maxlocks value, my
program will work, but I cannot get it to simulate this change
temporarily during run-time. This program will be installed on
multiple machines, so it is not feasible to have the registry modified
every time.
I am using adOpenDynmaic, adLockOptimisti c to open the recordset.
I've tried some other variations with no luck.
Any ideas why this is? For some strange reason, if I hover over the
dbMaxLocksPerFi le name, my intellisense always provides the number 62.
Comment