Hi all. Running some SQL through a TADODataSet that returns multuple resultsets works fine using TADODataSet.NextRecordSet.
However, when the SQL has (as in this case) a truncate #tmp or delete #tmp between resultsets, only one rs gets returned.
set nocount on doesn't help.
No parameters have been added.
Any ideas?
However, when the SQL has (as in this case) a truncate #tmp or delete #tmp between resultsets, only one rs gets returned.
set nocount on doesn't help.
No parameters have been added.
Any ideas?