Question About 2003 Access and VB 6.0

  • 14 years ago

    Just some information, can VB 6 work well with Access 2003? what Reference do i need or control i need to use to make it work between VB 6 and Access 2003 Database?

    Also if there is good information can you provide an Example between these two for me please.

     

    Thanks,

    Wildturkey

  • 14 years ago

    Hi Wildturkey

    You need to use DAO 3.6 to work with a Jet 4.0 database (Access 2000 or higher). If you're using the DAO Data Control you need to select Access 2000 in the Connect property.

    If you're using ADO and want to update to the latest version, see the following:

    http://www.microsoft.com/downloads/...&displaylang=en

    here is the source code you requested Click here

    regards

    DoctorMahdi

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler