Results 1 to 2 of 2

Thread: Vb60 and MSACCESS 2002 Deployment on lower ver of OS

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    7

    Vb60 and MSACCESS 2002 Deployment on lower ver of OS

    I am creating an VB60 application using MDB created in MSACCESS 2002.
    Microsoft.Jet.OLEDB.4.0 is used to connect to the DB.

    This application will be installed on client machines with different versions
    of Microsoft OS.

    Its working on my XP machine but not sure if it will work on lower versions
    of microsoft like 98, me etc....

    Also do I need to put any specific drivers as part of the deployment package in
    addition to VB RunTime files.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Vb60 and MSACCESS 2002 Deployment on lower ver of OS

    Quote Originally Posted by summer
    I am creating an VB60 application using MDB created in MSACCESS 2002.
    Microsoft.Jet.OLEDB.4.0 is used to connect to the DB.

    This application will be installed on client machines with different versions
    of Microsoft OS.

    Its working on my XP machine but not sure if it will work on lower versions
    of microsoft like 98, me etc....

    Also do I need to put any specific drivers as part of the deployment package in
    addition to VB RunTime files.
    If you use the Package And Deployement Wizard that ships with VB, it will read your project file, and include all of the dependency files that your application will need to run on a client machine.

    It is always a good idea to test a setup package before rolling it out, but DO NOT test it on a development machine. Test is on a machine that does not have VB installed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width