Getting the value of a dynamically modified Jet registry values

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

How do we return the value of a dynamically modified Jet
registry values? Since these settings do not affect the
registry, reading the registry does not help. In
particular, I'm interested in MaxLocksPerFile, but this
applies to all session defined parameters.
 
ADO retains the values you set, and you can get back
from it values that you put in.

If you use DAO, you have to remember what values
you use.

(david)
 
Back
Top