Board index » delphi » Oracle 8.04, BDE 5.01, Delphi 4: Invalid rowid error
Alain Mommaels
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Oracle 8.04, BDE 5.01, Delphi 4: Invalid rowid error
We have problem on using BDE 5.01 with an Oracle 8.04 server in an
application developed with Delphi 4. Sometimes, when we post a modification in a row we receive an "Invalid rowid" exception with oracle message ORA-01410. If we ask the details we receive the error number 13059 from the BDE. We have reproduced the same error when using the SQL explorer to modify row directly. The parameters of our alias BDE for ORACLE are: type Oracle: 8.0.4.0.0 Batch count: 200 blob size: 200 blobs to cache: 64 enable BCD: true enable integers: false enable schema cache: false langdriver: list synonyms: none max rows: -1 net protocol: TNS object mode: true open mode: read/write rowset size: 20 schema cache dir: schema cache size: 8 schema cache time: -1 server name: xxxxxx.world sqlpassthru mode: shared autocommit sqlqrymode: username: yyyyy If somebody can give us more info to solve this problem or to find more info, it should be very nice. |