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.
| 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------------3230104------------54670514------------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 likeDo While not rs.eof response.write("KDSKND")rs.movenextloopbut that does not work now?Thanks,Gavin |
|
|
|
|
|