The documentation provided for OnOracleError was written in Delphi.
Could you please provide a C++ statement equivalent to:
initialization
Oracle.OnOracleError := LogOracleError;
(Taken from the C++ builder help file under the topic OnOracleError).
I would really appreciate some example...
Hi this is a question about error handling (exception handling) for a login prompt.
Environment Description:
Borland C++ Builder 6.0 (Build 10.166)
Windows 2000 (SP4)
Direct Oracle Access 4.0.5.0
Oracle8i Enterprise Edition Release 8.1.7.4.0
The problem I am having is trying to catch the...