Script returning a result set

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GEswin
Posts: 186
Joined: Wed 03 Nov 2004 16:57
Location: Spain
Contact:

Script returning a result set

Post by GEswin » Thu 20 Jan 2005 11:16

How could i invoque a script that returns a result set ? Right now i have some scripts that do a few updates and afterwards a select. The only solution i found now is running first scripts from a tmyscript, and afterwards opening select from a tmyquery. Most other db engines allow to do this all together. It would be also usefull for having a sql windows for end users, without having to check wheter it's a script, a select or whatever.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Script returning a result set

Post by Ikar » Thu 20 Jan 2005 12:20

Please see MyScript.DataSet property

Post Reply