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.