purpledawn
Programmer
Hello,
I updated my system, and migrated to Delphi 7 from Delphi 5. Since these changes, I get an Oracle error in my application when posting to the database, 'ORA-01410 Invalid ROWID...'. I am using BDE objects in the application.
If I change the DLL32 property for the native Oracle Driver in the BDE from ORASQL32.DLL to ORASQL8.DLL, the error does not occur.
I really do not want to change the DLL32 property for the native driver on all the users boxes: I'm concerned that this will impact other applications adversely.
I have looked for a possible patch for the BDE, but I have not found one.
Does anyone know how I can get the SQLORA32.DLL to work in this application?
Thanks.
I updated my system, and migrated to Delphi 7 from Delphi 5. Since these changes, I get an Oracle error in my application when posting to the database, 'ORA-01410 Invalid ROWID...'. I am using BDE objects in the application.
If I change the DLL32 property for the native Oracle Driver in the BDE from ORASQL32.DLL to ORASQL8.DLL, the error does not occur.
I really do not want to change the DLL32 property for the native driver on all the users boxes: I'm concerned that this will impact other applications adversely.
I have looked for a possible patch for the BDE, but I have not found one.
Does anyone know how I can get the SQLORA32.DLL to work in this application?
Thanks.