Unknown error again

G

george

In the reg edit under the jet 4 option must i change the binary or what do i
change to fix the error :
"file sharing lock count exceeded. increse maxlocksperfile registery entry"

Thanx for the speedy response on my first question

George
 
S

Steve Huff

I simplier solution then editing the registry is to add the following line of
code before the problem area:

DAO.DBEngine.SetOption dbMaxLocksPerFile, 30000

You'll need to play with the number 30000 to get it working in your
particular case.

--Steve Huff
http://www.huffs.us
 
Top