Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy an SQL remote view to a temporary DBF
Message
 
 
À
28/10/2003 12:41:03
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00843631
Message ID:
00844297
Vues:
18
>VFP8
>I am working with a remote view of an SQL file. I copy it to a dbf and work with it, but I lose and long field names. How can I copy to a DBF and keep the long field names from the SQL file?
>
>open DBC
>Use SQL_Remote_view
>Copy to temp

You could:
SELECT * FROM SQL_Remote_view
INTO CURSOR curTemp READWRITE
- Andy Rice
San Diego, CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform