The TDBXError that is being raised only has a limited number of integer codes, and then you are relying on parsing language specific errors.
The 2 that we have problems with are duplicate key errors and deadlock errors. The integer error codes for these are both -1. There is no Inner Exception in this case to get further information from
The TDBXError that is being raised only has a limited number of integer codes, and then you are relying on parsing language specific errors.
The 2 that we have problems with are duplicate key errors and deadlock errors. The integer error codes for these are both -1. There is no Inner Exception in this case to get further information from