How to display MaxLocksperfile?

prabha_friend

Prabhakaran Karuppaih
Local time
Today, 23:15
Joined
Mar 22, 2009
Messages
1,026
I know how to set the Maxlockspefile using dao.dbengine.setoptions. But how to read that property?
 
try:
Code:
GetOption("Maxlockspefile")
or whatever the argument is. if you know how to set it, then you should know the arg name.

throw it into a variable and print the var.
 
I believe that's a registry setting and there's no GetOption method of the db Engine object.

You need to read the registry to get the value, but you must use the full path. I think the default max number is about 9k.
 

Users who are viewing this thread

Back
Top Bottom