Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multuiple resultset in ADO problem

Status
Not open for further replies.

martinm

IS-IT--Management
Mar 30, 2001
113
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top