M
merwcat
Hi converting a large secured, networked Access 2003 database that has
already successfully converted to an mdb in Access 2007, to the new accb file
format. By default the MS DAO 3.6 library did not install and when I try to
install it it refuses to install because it conflicts with the MS Office 12
Access Database Engine Library. Without DAO 3.6 large parts of my code fail
to compile as I have always used DAO in preference to ADO. The database
compiles no problem if I remove the MS Office 12 Access Database Engine
library. What are the problems I am likely to face if I leave this library
out. I really dont want to convert all the DAO to ADO as its a large mission
critical database, although it is an option. The reason for the second
conversion is I am trying to future proof it before I retire and the use of
an SQL server for some of the database tables is envisaged as an option in
the future as we already have spare licences for it.
already successfully converted to an mdb in Access 2007, to the new accb file
format. By default the MS DAO 3.6 library did not install and when I try to
install it it refuses to install because it conflicts with the MS Office 12
Access Database Engine Library. Without DAO 3.6 large parts of my code fail
to compile as I have always used DAO in preference to ADO. The database
compiles no problem if I remove the MS Office 12 Access Database Engine
library. What are the problems I am likely to face if I leave this library
out. I really dont want to convert all the DAO to ADO as its a large mission
critical database, although it is an option. The reason for the second
conversion is I am trying to future proof it before I retire and the use of
an SQL server for some of the database tables is envisaged as an option in
the future as we already have spare licences for it.