Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to disable open VFP tables in Foxpro for DOS ?
Message
 
À
10/02/2003 00:29:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00750356
Message ID:
00751352
Vues:
39
>>Then you may use VFP ability to work with tables for FPD.
>>In VFP:
>>1. use table_dos
>>2. copy to newtable_name with cdx
>>*Be sure that index file is actually CDX in FPD: programmers often used simple index file, idx, in the past. Also they often created tables having index file with different names.
>>*New table you will not be able to open in FPD, but in VFP only.
>>*Now rename tables as needed.
>
>Is there any way not to copy the tables, because I have many tables with many indexes and I use idx for the index file.
>
>regards,
>
>Budianto


Yes, there are some other ways, but "COPY TO" is the easiest and 'natural' way to do it. And you can convert tables programmatically.
If you wish to keep the same index files as in FPD, then you do not need to copy with cdx. IDX files will work in VFP too.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform