Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how many ways to maintain to store the QVDS
Hi,
Please elaborate more if you are asking about the Store then we can use Path to store the QVD
Ex;-
By using below syntax the TableName.qvd store in the QVW file folder
Store TableName into TableName.qvd;
But if you need to store in particular location then use variable path
Let vPath = 'C:\QvdFolder\';
Store TableName into $(vPath)TableName.qvd;
Regards
Anand
Thanks Anand
I mean to find out the different ways to store the QVD
one way is (Store ..into..)
is there any other ways to store QVDs?
No i believe only Store is there by the help of any QVW and by Store command in the load script.
Regards
Anand