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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not run VB program on Win95/98

Status
Not open for further replies.

Meekee3

Programmer
Jan 5, 2001
2
US
I have a vb program which connects to a DB2 database. I am using command objects to connect and generate recordsets. I have compiled the application into an executable and have loaded it successfully on my machine(the development machine, Win98) and on 3 WinNT machines (non have VB loaded). I am able to run the program and generate recordsets. However, when I try and run the program on any Win95/98 machine other than mine, I receive a error on the "Set recordeset.Execute" line. The error is "Runtime Error 3021 - Either BOF or EOF is True or the current record has been deleted. The application requires a current record." The EOF and BOF are True so I know that there is some sort of error happening.

Am I missing something? ANy help would be appreciated. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top