I'm use blocks of sql scripts in one TMSQuery
[sql1]
go
[sql2]
...
[sqlN]
where SQL is some SQL operator.
It can be "select" or simple "update/insert", but if
TMSQuery.Open has no resultset I'm get
if Fields.Count = 0 then
DatabaseError(SNoResultSet, nil);
Is it possible to add some option allow ignore empty Fields.Count in TMSQuery.Open calls?
Regards,
Nikolai Bochkarev