Page 1 of 1

Question with TOraSQLMonitor

Posted: Fri 26 Nov 2004 20:44
by Ping Kam
I used to see the fetch command in the previous version of ODAC but seems like it is not supported in the current version. I have added all traceflags but it doesn't work.

And it is very strange with Prepare. If I do not enable KeepPrepared, I do not see the prepare command in the DBMonitor or the SQLMonitor. If I enable the KeepPrepared, the the prepare command issued after the query execute command. If I manually prepare the SQL, I can see the prepare command, but there is no execute command when I open the query. And no command when I manually unprepare the query.

Thanks,
Ping Kam

Posted: Tue 30 Nov 2004 14:14
by Paul
DBMonitor can show the following operations: Prepare, Execute, Connect,
Disconnect, Commit, Rollback, Error messages.
Thank you for information, you found a bug with Prepare. We will fix it in the next ODAC build.

Posted: Tue 30 Nov 2004 16:19
by Ping Kam
Thanks for your reply.

If I remember correctly, Fetch is working in ODAC4. Any reason why it is de-supported in the current version of ODAC? Will it be back later or gone forever?

Posted: Thu 02 Dec 2004 07:42
by Paul
DBMonitor did not show fetch operation. Please check ODAC 4 again.