Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL output parameter truncated at 255 char
Message
From
09/12/2003 15:36:10
 
 
To
08/12/2003 15:10:24
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00856917
Message ID:
00857377
Views:
24
>You could alter the SP to include the parameter as a returned column. Then VFP would see this as a memo field.
>e.g. (in sp)
>
select col1, col2, col3, @pFilterText as filterText from...
Thanks Trey,

We were considering doing just that.

But curiosity remains...

It must be something related to the VFP max for a string literal (which is 255), but I would expect (hope?) it would comply with the max character string or mvar length instead (16,777,184).

Do you (or anyone else) know why ODBC doesn't return the full string via the output parameter, instead of truncating it at 255?

Thanks again.
Previous
Reply
Map
View

Click here to load this message in the networking platform