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 |
|
igs1
Starting Member
1 Post |
Posted - 2003-05-07 : 04:16:28
|
| If my last statement in a SP is PRINT, how do I read the value from ASP or VB.eg: PRINT 'I Want to read this'. I can do this using SELECT, but can I do this using PRINT?PS. Excelent sight. |
|
|
MaverickUK
Yak Posting Veteran
89 Posts |
Posted - 2003-05-07 : 05:03:11
|
| I believe print statements only show up in the Query Anaylser, as they are only meant to be used for debugging.The only ways of getting things from SQL into ASP would be through a record set, output parameters or the return value I believe. |
 |
|
|
|
|
|