This is the code:
GET DATA
/TYPE=ODBC
/CONNECT='DSN=Database Datenbank;'
/SQL='DROP TABLE IF EXISTS TableName;'
/ASSUMEDSTRWIDTH=255.
CACHE.
EXECUTE.
This is the error message
>Warning. Command name: GET DATA
>SQLNumResultCols Failure
>Error # 105. Command name: EXECUTE
>This command is not valid before a working file has been defined.
>Execution of this command stops.
It always produces these error messages, however, it works if the program is started as an sps File, but it does not work when started from a spj File (Production Mode).
Dr. Frank Gaeth