J
Jaisol
Can I have more than one DAO version installed?
How can I check DAO versions installed?
Thanks.
How can I check DAO versions installed?
Thanks.
Jaisol said:Can I have more than one DAO version installed?
How can I check DAO versions installed?
Great.In the VB Editor, select Tools | References.
Douglas J. Steele said:No, you can't. Why do you want to?
Now, can you have more than one version selected in the references for
any given database? I guess that you could but I also guess that it
would be very confusing at best. Has anyone you know tried it to see
what happens?
Douglas J. Steele said:Jet stands for "Joint Engine Technology", and refers to a database engine on
which several Microsoft products are built.
http://en.wikipedia.org/wiki/Microsoft_Jet_Database_Engine
DAO stands for "Data Access Objects", and an interface used to get at data,
originally only in Jet database engines, but later data in other RDBMS.
http://en.wikipedia.org/wiki/Data_Access_Objects You can also use ADO
("ActiveX Data Objects") to get at the data, provided you have an
appropriate Provider.
Dirk Goldgar said:What do you mean, Doug? There can be more than one version of the DAO
object library installed on a computer. I have DAO 3.51 and 3.6
installed on this one.
Now, can you have more than one version selected in the references for
any given database? I guess that you could but I also guess that it
would be very confusing at best. Has anyone you know tried it to see
what happens?
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Brendan Reynolds said:VBA won't let you add references to two versions of DAO. It raises an
error: "Name conflicts with existing module, project, or object
library".
Brendan said:Just to clarify for the sake of others who may be following the thread ...
Can you have more than one version of DAO installed on a PC? Yes. Can you
have more than one version of DAO referenced within a VBA project? No.