MSDAORA???
Hi there,
Two clean databases(9.2), which are identical(versions, setup, etc...) on two different machines.
There is an app created in Delphi, which is using connecting thru MS OLE DB provider driver MSDAORA. App basically does inserts to tables. First database app writes fine to a table. On second database, which is on a completely different machine, not connected to network w/ first machine, and get the error on the app side with:
"Either BOF or EOD is True, or the current record has been deleted. Requested operation requires a current record."
Now both tables were clean(no rows/records). There is one difference though, the version of the library files(MSDAORA32) is different. Will that cause this problem, or is there something else I am missing? Unfortunately I don't have source code, and app was existing before I came. So I can not change to the Oracle provided data component.
Any insight would be helpful.