OracleException.Offset not serialized
Posted: Thu 08 Sep 2016 08:07
Hi.
We use cross-platform bridge in our application. It is employed:
- in 32-bit build to communicate to 64-bit Oracle clients,
- in 64-bit build to communicate to 32-bit Oracle clients.
We serialize/deserialize requests/responses from/to application/bridge. When error occurs (OracleException) in bridge we also send (serialize/deserialize) it to application.
Unfortunately Offset field is not serialized/deserialized. E.g. for "select * from non_existent_table" original exception has Offset=14 (on bridge side), transferred exception has Offset=0 (on application side).
Can anybody help?
We use dotConnect for Oracle Pro version 8.5.464.0.
Regards,
Petr.
We use cross-platform bridge in our application. It is employed:
- in 32-bit build to communicate to 64-bit Oracle clients,
- in 64-bit build to communicate to 32-bit Oracle clients.
We serialize/deserialize requests/responses from/to application/bridge. When error occurs (OracleException) in bridge we also send (serialize/deserialize) it to application.
Unfortunately Offset field is not serialized/deserialized. E.g. for "select * from non_existent_table" original exception has Offset=14 (on bridge side), transferred exception has Offset=0 (on application side).
Can anybody help?
We use dotConnect for Oracle Pro version 8.5.464.0.
Regards,
Petr.