Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have Created this procedure for Qvd Creation & Dropping original table but Dropping table function is not working can anyone give solution on it?
FOR i = 1 to NoOfTables();
let vtable=TableName($(i)-1);
let vname='$(vtable).qvd';
store $(vtable) into $(vtable).(qvd);
//DROP tables $(vtable) ;
NEXT i ;
Hi.
I think Fabrice cowered your question. Classic syntax : Sub ... end sub and Call to call it in the script.
Hi Sgg_gaikwad
i am experiencing the same issue.Can you post a code for a single subroutine to store and drop qvds?