Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Below is the table structure of the section access table. After creating the QVD of the table, when i am trying to reload the application the section table drops and i am not able to open the document on access point.
Section table Structure:
SECTION Access;
LOAD upper(ACCESS_TYPE) AS ACCESS,
NTNAME,
GROUP_ID,
FROM
[$(vQVDPath)\QV_ACCESS.qvd]
(qvd);
SECTION Application;
Your quick response would be highly appreciated.
Thanks
If the piece of code your showing is the full code you are using, I think I see the problem.
Try removing the comma behind GROUP_ID. I think the table is not dropped, but never created because of that error.