Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vb6 problem with win95

Status
Not open for further replies.

CindyWB

Programmer
Joined
Feb 20, 2003
Messages
3
Location
US
I have a VB6 app which uses a data environment and Access 2000 databases. The program works fine on a computer running WinXP. However, on a computer running Win95, the same procedures, using the exact same database, return different results (actually no records are returned). Any suggestions?
 
Was the app deployed or installed with the proper ADO or DAO version? If not you may want to look into using the package and deployment wizard or Visual Studio Installer.

For example, if you used ADO from XP then it should be ADO 2.7. I am not sure if win 95 is any higher than ADO 2.1. Thanks and Good Luck!

zemp
 

You can install (via MDAC) ADO 2.7 on Win95.

Good Luck

 
Thanks. ADO 2.7 did the trick!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top