Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm playing around with the idea of having the load script do the following:
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?
Br,
Tom
Hello Tom,
Since QVDs are only used when the document is loaded, users needn't have access to them. A usual STORE statement looks like
STORE NameOfTable INTO FILE.QVD
Hope that helps.