Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extracting Query Results to memo field
Message
De
04/04/2006 10:25:49
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01110264
Message ID:
01110267
Vues:
6
>What is the most efficient way of extracting the contents of a query into a memo field?
>
>I want to run a query and put the contents of say the DBF into a memo field. Any idea?
Select .. into table dummy
Use yourtable
append blank
replace yourmemo with filetostr('dummy.dbf')
erase dummy.dbf
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform