Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to fix tables with ' - ' ??

Hi Qlik Community,

I have a problem on loading the SQL, my friend told me that the main cause of ODBC read failed is that one of the table name has ' - ' on it. Someone help me fix this kind of error.

Thanks in advance Qlik Community

Untitled.png

1 Solution

Accepted Solutions
Not applicable
Author

I just fix it using dbtool

View solution in original post

4 Replies
Kushal_Chawda

Cause of the error is some particular field from the table has some values which is not readable by QlikView

One solution could be change your connection from ODBC to OLEDB. If still it's not working then you have to check manually field by field to know which field has issue.

Instead of Select * , load all the field names in select and comment some field randomly

Not applicable
Author

Hi Kush,

Sir this what happen when I conned to OLE DB

Untitled.png

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Check the spelling of your database name in the CONNECT string. Case should match.

See also knowledgebase.progress.com/articles/Article/7340 (link removed because of moderation, copy link into yuur browsers address bar).

Peter

Not applicable
Author

I just fix it using dbtool