Jérôme Rosat wrote: > Which solution is implemented by developer to transfer a significant > amount of data (approximately 100 ' 000 records) between the client > app and a server app on on-rev?
Start from the client side. Use can use *post* (look this up in the Dictionary and also the "See Also" for post). With this you could upload data to an irev script on the server or request the irev script to download data to the desktop app. Also, look up all the libURL... commands for transferring data to and from a server and the *load* command and it's callback for monitoring progress. Aloha from Hawaii, Jim Bufalini _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
