Search found 1 match
- 11.08.2010, 11:51
- Forum: 6.6 - stable
- Topic: how to use TZQuery with multi statement sql string
- Replies: 4
- Views: 1114
how to use TZQuery with multi statement sql string
Hi, I use ZeosLib 6.6 and Delphi 5.0 and MySQL 5.5 Most of thinks works fine, but I have problem with TZQuery. ( I am moving some app from BDe to ZeosLib). Lot of queries have multiple statements like: drop table if exists tempTable; create temporary table tempTable( id char(10) not null primary key...