Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Page 237 - Storing Tables
STORE [Aircraft Types] INTO '..\Data Files\QVDs\
AircraftTypesTransformed.qvd' (qvd);
When I add this to the end of the script in Aircrafts tab, I get the error - Execution of Script Failed. Reload old data ?
Fix -
STORE [Aircraft Types] INTO '..\Data Files\QVDs\AircraftTypesTransformed.qvd' (qvd);
Put file paths in one line only. Unfortunately, the error message does not give exact reasons for the error. I was hoping
fro something like - FileIOException: The path to the file is not valid.
Fix -
STORE [Aircraft Types] INTO '..\Data Files\QVDs\AircraftTypesTransformed.qvd' (qvd);
Put file paths in one line only. Unfortunately, the error message does not give exact reasons for the error. I was hoping
fro something like - FileIOException: The path to the file is not valid.