access 2007 have new engine ACE 12 ,can i use it in ASP,if i not install access 2007 ?

  • Thread starter Thread starter help
  • Start date Start date
H

help

access 2007 have new engine ACE 12 ,can i use it in ASP,if i not install
access 2007 ?


in jet db 4.0 ,we can use MDAC ADO JETDB connect a mdb file.

how i can do with *.ACCDB?
 
If I understand correctly, the private ACE is limited to machines that have
Access 2007 installed. It would not be a safe assumption to use that for
ASP.

However, you can create an MDB using Access 2007. This file will use
msjet40.dll instead of the private ACE engine.
 
Back
Top