Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Return Data From Stored Procedure

Author  Topic 

Mannga
Yak Posting Veteran

70 Posts

Posted - 2001-11-13 : 10:13:25
Hi All,

I have a stored procedure which returns information in the following way

================
01
------------
323

0104
------------
5467

0514
------------
7654

=============

What I would like to know is how would I show this on a web site?

Normally if the results where coming in a straight line I would do something like
Do While not rs.eof
response.write("KDSKND")
rs.movenext
loop

but that does not work now?

Thanks,
Gavin

   

- Advertisement -