Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trailing spaces
Message
De
10/01/2003 10:19:57
 
 
À
10/01/2003 09:55:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00740253
Message ID:
00740282
Vues:
15
ah,
if I query is ok, but when I query to a cursor is when it gives me the trailing spaces.
what can you make of that?


>Edgar,
>
>Use padr() to set the length you want. You could alltrim the entire result, but each name would be truncated to the length of the first returned record.
>
>
>… padr(ALLTRIM(FIRST)+' '+ALLTRIM(MIDDLE)+'. '+ALLTRIM(LAST),40) AS NAME,….
>
>
>Although I would not expect the behaviour you are having...I would expect your code to set the width to be the width of the first record, all trimmed.
>
>>good morning to all!
>>
>>I don’t know if I did not notice or did not bother me before, but when I SELECT from SQL server as :
>>…ALLTRIM(FIRST)+' '+ALLT(MIDDLE)+'. '+ALLTRIM(LAST)AS NAME,….
>>the field is returned with all the trailing spaces from the original length of the field which is 153 char long. (I can’t imagine anybody having such long last name…let along pronounce it)
>>So everytime I want to see the next field in the cursor I have to scroll to the right.
>>What is the best way to bring only the name without the trailing spaces?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform