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)
 output parameters from strored procedures in ASP

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-12-28 : 17:49:34
Pamela Hansard writes "I am seeking information about returned values in output parameters. I am trying to retrieve data from a text column and write it to an ASP page. The text string is quite long and when I use an output parameter to retrieve it, I only get the first 255 characters. However, if I create a recordset with the stored procedure call, I get back the entire string. Is this an inherent limitation of the output parameter? Thanks for any information you can provide."
   

- Advertisement -