Exceptions when using TOraSQLMonitor component
Posted: Mon 15 Dec 2008 08:51
Hello,
I have problems when using TOraSQLMonitor-component in latest release.
Exceptions occur, when sql monitor is active.
Steps to reproduce the problem (C++Builder5):
1. Create a new application
2. Drop some components on form: TOraSession, TConnectDialog, TOraSQLMonitor, TOraQuery, TButton
3. Query SQL
4. Add OnClick for button:
5. Start application and click button several times. I am getting stack overflow in sample application, but in a bigger application other exceptions occur, part of stack trace
Regards
I have problems when using TOraSQLMonitor-component in latest release.
Exceptions occur, when sql monitor is active.
Steps to reproduce the problem (C++Builder5):
1. Create a new application
2. Drop some components on form: TOraSession, TConnectDialog, TOraSQLMonitor, TOraQuery, TButton
3. Query SQL
Code: Select all
select sysdate val from dual
&M_FILTER
Code: Select all
OraQuery1->Macros->MacroByName("M_FILTER")->Value = " -- " + FormatDateTime("c: ", Now());
OraQuery1->Prepare();
OraQuery1->Open();
Code: Select all
7C812A5B KERNEL32.dll
00888803 ___raiseDebuggerException
008898B2 ____ExceptionHandler
0087DFA5 __ExceptionHandler
7C91378B ntdll.dll
7C91EAFA ntdll.dll
0086D722 System::__linkproc__ FreeMem
0070520A Dasqlmonitor::TCustomDASQLMonitor::SQLUnprepare
006E56E6 Dbaccess::TCustomDADataSet::UnPrepare
006F4B19 Dbaccess::TCustomDASQL::SQLChanged
006F5C4F Dbaccess::TMacro::SetValue
Regards