How does the server handle QVD files generated by script?
Hi,
I'm playing around with the idea of having the load script do the following:
load table from QVD file
load data from a database to a temp table
concatenate the tables (if new data was available)
store the updated table back to the QVD for later use
My question is:
How are QVD files handled by the server when the clients use the web access? How does the server handle QVD files, and what should the STORE call look like to have it work?