Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP3.0: Save Table Information
Message
De
17/07/1997 16:48:25
 
 
À
17/07/1997 15:30:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00040455
Message ID:
00040469
Vues:
25
>I have a table with a lot information about diferents places, using filters I locate information about a special place, this information (records form my table.dbf) I want to save in diskette, the problem is tha information is more than 1.44Kb.
>How I can save this information in multiples diskettes in VFP to use later. I mean. Later i want to introduce this informaction about one place into my table.dbf with all information.
>my_aplycation must have a option to make multiples diskettes a read form multiples diskettes. This is posible???
>Thanks a lot...

Yes, it's quite possible. You should write import utility which will dissect table using (COPY NEXT nRecords TO cImporttable) to separated tables (you can calculate nRecords depending on record size,floppy disk size) and another export utility will compile data back using APPEND FROM. Surely your utilities will include nice interface asking user ("Insert New Disk and Press Enter") and so on. BTW, you can even mark you files (add specific first/last record) to provide security.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform