Does bound form in ADP still load Jet ?

  • Thread starter Thread starter Malee
  • Start date Start date
M

Malee

I have read from an old post that if I use Access UI or call DAO in my code,
Jet will be loaded. Is it also true when do that in ADP ? If it is, How to
aviod loading Jet ? Do I have to change bound form to unbound form and
manage all data by myself (programmatically) ?

Thank you in advance,
Malee
 
If you use DAO then yes, Jet will be loaded. DAO is based on Jet db engine
and you can do nothing about it. If you want to avoid Jet, use ADO instead.
ADP uses ADO by default.
 
Back
Top