multiple query

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
nizam

multiple query

Post by nizam » Sat 05 Mar 2005 08:54

Hi All,

I need to execute more then 1 query at a time but dbexpress with dbxmda.dll does not permit this. It seems to be needless but for me it is a need because for example I create temporary table, fill it and get result. I want to do this at once. (in fact this can be done one by one but my need is more then this.)

Any solution will be very very nice.
Thanks.

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

Post by Ikar » Sat 05 Mar 2005 14:28

Now DbxMda doesn't support this functionality. You can use free third-party "dbExpress Plus", or start using
MyDAC and use TMyScript.

Post Reply