Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I use following script to load .dbf file
ODBC CONNECT TO [dBASE Files] (Codepage is 1257);
Kontr:SQL SELECT *FROM `C:\Users\ks\Desktop`\Kontr;
I know encoding for text fields is 1257.
But QlikView loads ~8 records and throws error:
Script Error:ODBC read failedKontr:SQL SELECT *FROM `C:\Users\ks\Desktop`\Kontr
Whats wrong? [:'(]