|
-
Jun 13th, 2005, 06:58 AM
#1
Thread Starter
New Member
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.
-
Jun 13th, 2005, 07:08 AM
#2
Re: Vb60 and MSACCESS 2002 Deployment on lower ver of OS
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|