Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT bug in VFP 8, using memo fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00792876
Message ID:
00793363
Vues:
53
No matter in which version, using Transform() and Trim() for creating a column in a SQL command is problematic, or wrong, since the column width will be determined by the data width of first output record. Information will be lost if data in subsequent records are longer. You may consider rewriting your statement as:

#define n 500 && or a number meets your need
SELECT Padr(bb, n) as dd from a1 INTO CURSOR c1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform