Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Thanks
Madhu
Hi Josna,
after loading the table script write like this
store Region into C:user\pc\document\Exercises\Region.qvd(qvd);
do the same to another table
store A into Region.qvd(qvd);
Note : use your path as well.
Thanks
BKC,
QVD Store Syntax:
Store Tablename into Tablename.qvd(qvd);
after loading each table your have to write store command to store the table data into QVD. like Arul has said .
if you want to store these two tables together you need to have a join or concatenation . then store that new table into a single qvd.
Regards
Ankit