Hy guys!

I have created a Stored Procedure to return to my front-end (VB) some fields and one nText datatype (Obs) don't can be seen by Resultset.

Occur this error:
'Client Cursor: 11 - No update tables are specified'

I try to convert (using CAST) to VARCHAR datatype, but I found a limit of 1024 character and I need 1500 characters in Obs field.

How can I do to get a large field with RDO?

Tkx