Congratulations,
in C++ Builder XE7 it is possible to use DOA even if an exception (EOracleError) occurs.
In C++ Builder XE3 that is not possible, the program crashes on every EOracleError.
Is it possible to have this feature in XE3 too?
MD
I have changed to RADStudio 2010. There is a problem:
OracleLogon1.LogonHistory := true;
OracleLogon1.HistoryRegSection := 'Test';
OracleLogon1.Execute;
In the history list the logon database name is destroyed if there are entries.
This error occurs in both Delphi and C++ Builder.
I have to call this function in a loop for about 35000 times. This is very, very slow.
Is there a way to do this faster?
I think of a method like AddElements(35000)...