Unknown error again

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top