Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have the following script.
What does this mean?
EMP:
Load ENAME,
EMPNO,
SAL
SQL SELECT * FROM EMP;
Call StoreAndDrop('EMP');
Thanks in advance.
Hi
Actually we can use STORE for creating Qvd's.and storing in perticular path dat path is knwn as qvd path.
after creating that automatically we use drop command to drop the table. i.e(.EMP).
Thank you
Suresh
Hi
Actually we can use STORE for creating Qvd's.and storing in perticular path dat path is knwn as qvd path.
after creating that automatically we use drop command to drop the table. i.e(.EMP).
Thank you
Suresh
Hi sureshqv,
Thank you.
Hi,
StoreAndDrop() is a custom created macro function which performs the passed parameter table into a QVD and then it drops that table.
Instead of manually writing the STORE and DROP statements everywhere this macro is been used.
Regards,
jagan.
Hi,
You can check this link for sample macro and its usage in the script.
Calling VB function (macro) in Load script to find common string length in two strings
Hope it helps you.
Regards,
jagan.