Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL output parameter truncated at 255 char
Message
De
09/12/2003 15:36:10
 
 
À
08/12/2003 15:10:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00856917
Message ID:
00857377
Vues:
25
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform