Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC returning padded field as memo
Message
De
12/01/2007 11:06:16
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQLEXEC returning padded field as memo
Divers
Thread ID:
01185051
Message ID:
01185051
Vues:
73
I am running the following line of code in vfp to return a sqlserver record set

SQLEXEC(MAIN_DATA_SOURCE,"SELECT REPLICATE(' ', (8 - LEN(ltr_name))) + ltr_name AS paddedlettername,ltr_desc FROM Ltrfile",'testcursor')

when the cursor is returned the field paddedlettername is data type memo instead of character.

now when I run it again with the follwing code

SQLEXEC(MAIN_DATA_SOURCE,"SELECT REPLICATE(' ', (8)) + ltr_name AS paddedlettername,ltr_desc FROM Ltrfile",'testcursor')

the paddedlettername field is of type character.
Does anyone know why and is there a way I could get it to return as character while still including the LEN function ?

Thanks !
Stephen J. Hunt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform