|
-
Feb 1st, 2000, 11:51 PM
#1
Thread Starter
New Member
I use ADO to get a recordset that is returned from SQL store procedure.
I can display all of the fields value in the
recordset but I got "Runtime Error" when I try to display the "TEXT" type field.
Here is the one line code that generates the error :
txtMemo.Text = rsep("EpisodeMemo")
in recordset all the text field is not empty.
Why this happen?
Thanks advanced.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|