TOraScript Output

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
WalterWhite
Posts: 3
Joined: Tue 03 Sep 2013 16:45

TOraScript Output

Post by WalterWhite » Tue 03 Sep 2013 16:53

Hi,
i need provide output results from a script passed and executed by TOraScript object to my delphi application, e.g. i need output like '2 rows are updated', stored in a string or in a string list. I can't find a method to 'get' this output.
Basically statements are 'insert', 'update' or 'delete'. No 'select' statement.

I'm asking help from you! :)
Thanks!

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Re: TOraScript Output

Post by bork » Wed 04 Sep 2013 11:36

Hello

We will add the RowsAffected property to the TOraScript component in the next release. But you should detect the SQL type by yourself (it is UPDATE, INSERT or DELETE).

WalterWhite
Posts: 3
Joined: Tue 03 Sep 2013 16:45

Re: TOraScript Output

Post by WalterWhite » Wed 04 Sep 2013 15:41

Ok, i understand, thank you. Anyway detect SQL type is not a problem.

I will wait.
Regards

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: TOraScript Output

Post by AlexP » Mon 09 Sep 2013 09:33

Hello,

We have already added this functionality, it will be available in the next ODAC version

WalterWhite
Posts: 3
Joined: Tue 03 Sep 2013 16:45

Re: TOraScript Output

Post by WalterWhite » Mon 09 Sep 2013 14:23

AlexP wrote:Hello,

We have already added this functionality, it will be available in the next ODAC version
It's a good news, thanks!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: TOraScript Output

Post by AlexP » Wed 11 Sep 2013 12:41

hello,

If you have any other questions, feel free to contact us

Post Reply