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.
Am I missing something? ANy help would be appreciated. Thanks.