Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I select memo field in SQL Select statement
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00850847
Message ID:
00850848
Vues:
17
>Dear all,
>
>Hi,
>Anyone know how to select memo field in SQL Select statement and display into combo box. What I had try the combo box it just display the value like 'memo' I can't see the detail of memo.
>
>Thank very much in advance for your reply .

You can convert memo into character field.
SELECT PADR(mymemo,254) AS something ...
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform