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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-09-18 : 10:57:16
|
| Vikram writes "I have 2 text data type fields (have more than 8000 characters) in SQL7.0. I am trying to display both of these fields thru an APS page via a stored procedure.Problem is I cannot have both text type fields in the stored procedure, The asp page will show only one or the other but not both.If i use both of them, the text type field that appears first in the select shows up in the asp page and then for the second text type fields i get the following error message:ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. >Can some one tell me what to do. Thanks vikram" |
|
|
|
|
|