[RESOLVED] Connecting VB5 to MDB's later than 1997
Setting References to "Microsoft DAO Object Library" and similar allow me to connect to Access Databases from 1997 Office very well.
However, they do not seem to connect to latter versions of Access.
Is there another reference or work around to this problem?
I am old programer, and have VB5 under my belt. Some of the latter versions of VB leave me wondering what it is all about.
Re: Connecting VB5 to MDB's later than 1997
you can use ADO (microsoft activex data objects), add a reference to the whatever version you have installed, or download the latest version (2.8 i think), search under MDAC, you can find tutorial for connection in database forum
Re: Connecting VB5 to MDB's later than 1997
Welcome to the forums. :wave:
What, specific, versions of Access are you interested in connecting to?
Re: Connecting VB5 to MDB's later than 1997
Quote:
Originally Posted by Hack
Welcome to the forums. :wave:
What, specific, versions of Access are you interested in connecting to?
The latter version of Access that I have provides tools to conver to 2000 and 2002 versions in addition to my 1997 version. I would like to be able to connect up up to either of these latter versions.
Re: Connecting VB5 to MDB's later than 1997
Quote:
Originally Posted by westconn1
you can use ADO (microsoft activex data objects), add a reference to the whatever version you have installed, or download the latest version (2.8 i think), search under MDAC, you can find tutorial for connection in database forum
Thank you for your prompt response.
Being new to this sort of thing, could you direct me to the web site where i might download 2.8 and the location of the forum where i might find the tutorial?
Sorry to be such a dummy!
Re: Connecting VB5 to MDB's later than 1997
Re: Connecting VB5 to MDB's later than 1997
Quote:
Originally Posted by westconn1
GOT IT !!!!!
Thanks very much