When support OninfoMessage event handle?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ysyang99
Posts: 16
Joined: Tue 04 Dec 2012 08:43

When support OninfoMessage event handle?

Post by ysyang99 » Tue 04 Dec 2012 09:02

I use Unidac 4.5.9 and sybase database ASE 15.

When support Connection.OninfoMessage event handle?

I need server message for explain plan. so need oninfomessage event handle like SDAC.

my command is

SQL> set statistics io on
SQL> select * from test_table

After execute command , i want plan result text.. but there is no way to get data

Please Help...

Thank you very much

AndreyZ

Re: When support OninfoMessage event handle?

Post by AndreyZ » Tue 04 Dec 2012 10:19

Hello,

For the time being, UniDAC does not have such functionality. You can vote for this functionality at our UserVoice page at http://devart.uservoice.com/forums/1046 ... connection . Suggestions with many votes will be implemented faster.

Post Reply