Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP3.0: Save Table Information
Message
From
17/07/1997 16:48:25
 
 
To
17/07/1997 15:30:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00040455
Message ID:
00040469
Views:
27
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform