I have a few questions about the better way to get records from a VFP database made while roaming copied to the VFP database on a Server when back in the office.
I have a field labeled roam to flag all records in each table of the database made while roaming. Some of these records contain MEMO fields.
-one options is to copy to an array and append from the array for each table. I believe this will not work for memo fields though
- second option is to copy from one DB to the other with 'Copy to' command
- i could also scan each table and append records to the server db
any suggestion on the best way to proceed particularily if the server DB is being used by others. Some of the tables have 10,000 records while others much less. I also have increamental fields for the record id and these would have to change when appending to the server DB
Thanks in advance for your help and time. hunter
I have a field labeled roam to flag all records in each table of the database made while roaming. Some of these records contain MEMO fields.
-one options is to copy to an array and append from the array for each table. I believe this will not work for memo fields though
- second option is to copy from one DB to the other with 'Copy to' command
- i could also scan each table and append records to the server db
any suggestion on the best way to proceed particularily if the server DB is being used by others. Some of the tables have 10,000 records while others much less. I also have increamental fields for the record id and these would have to change when appending to the server DB
Thanks in advance for your help and time. hunter