Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field from sql statement
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00132669
Message ID:
00132674
Vues:
25
>How do you create an empty memo field from an sql statement?
>
>for example:
>
>SELECT .T. as logical, space(10) as character ,;
> {} as date, (need memo defined here for blank memo field) ;
>FROM testing
>
>
>Thanks :)
>
>John

Say you have a table "A" which has stuff in it....
CREATE CURSOR Dummy (Notes M)
APPEND BLANK
SELECT A.* , D.Notes ;
WHERE ......

Get the idea?
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform