Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update Table from Network
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00263445
Message ID:
00263502
Views:
18
>I am getting data dump on my network from another location. How do I check if a new file has been received periodically in foxpro and is there a command that will update my table based on record key only the fields that have changed? Also will the update interfere with users already using the tables? Help appreciated
>
>
>thanks
>Nick Patel

Different ways to do this. Here is an easy way to accomplish it, did I say easy?

Try : =adir(myarray,'dump.file') to get the speics on a file name, size, date, etc. and compare that against a table containing recent uploads same details?

Now in a form have a timer event to evaluate the the above approach. If different run your conversion program.


__Stephen
Previous
Reply
Map
View

Click here to load this message in the networking platform