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

Returning Results from a Stored Procedure to a Recordset

Status
Not open for further replies.

HARLEY12

Programmer
Jan 12, 2005
9
US
How is this done in VB.Net? I have the following code but it is not working:

rsGetNotes.Open("GetNotes"), CN, ADODB.CursorTypeEnum.adOpenStatic)

I would have thought that the results of this recordset would now be located in rsGetNotes.Fields(0).value, but the recordset never even opens. What am I doing wrong?

Thanks!
 
You need to post in the appropriate forum. This is for Microsoft SQL Server. Please post your query in a VB.Net forum.

-SQLBill

Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top