I routinely develop self sufficient (stand alone) VB6 applications to create, modify and query MS Access 2000 databases. (referencing MSACC9.OLB and dao360.dll)
This includes creating the tables, relationships and query definitions.

If I replace dao360.dll with acedao.dll from http://originaldll.com/file/acedao.dll/12185.html , can I CreateDatabase and CompactDatabase , ... specifying dbVersion120 / dbVersion40 / dbVersion30 ... ( Access2010, 2007, 2003, 2000, ...)

Do I also need to find a MSACC??.OLB file? from where?