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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem getting results from a temp table

Status
Not open for further replies.

questhaven

Programmer
Mar 28, 2001
81
US
I'm trying to open a resultset from a stored procedure with ADODB.Recordset.

The stored procedure returns the content of a temp table with a SELECT at the end.

It is working fine inside the query analyzer - but doesnt't return any data when I run the query from an ASP page and try and display the record set.

Does anyone have any idea?

Thanks.
 
I left SET NOCOUNT ON out of the stored procedure - adding this solved the problem. Thanks anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top