C christianbalz Member Mar 27, 2008 #1 Please, what command is executed when i click on button "Break (Shift+Esc)" in PL/SQL Developer. Best Regards, Christian Balz
Please, what command is executed when i click on button "Break (Shift+Esc)" in PL/SQL Developer. Best Regards, Christian Balz
Marco Kalter Administrator Staff member Mar 28, 2008 #1 It is not a command, but the OCIBreak function call. This is a low level function in the Oracle Call Interface (OCI.DLL).
It is not a command, but the OCIBreak function call. This is a low level function in the Oracle Call Interface (OCI.DLL).
C christianbalz Member Mar 28, 2008 #1 Thank you Marco Kalter. Please, do you have a code example like make this code in Delphi. Best Regards, Christian Balz
Thank you Marco Kalter. Please, do you have a code example like make this code in Delphi. Best Regards, Christian Balz
Marco Kalter Administrator Staff member Mar 31, 2008 #1 It depends on the database access components you are using. You need the OCI library functon, and a session handle.
It depends on the database access components you are using. You need the OCI library functon, and a session handle.