Getting the value of a dynamically modified Jet registry values

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

david epsom dot com dot au

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