Forum Discussion
QIAO
8 years agoHelper II
We cannot convert the value null to type table
I try to use Direct Query mode to load data, but always get "we cannot convert the value null to type table" in the "Create connections" stage. Found not error in ODBC trace log. WHY?? I can ru...
- 8 years ago
Solved, it's because SQLExecute should return SQL_SUCCESS instead of return SQL_NO_DATA when load empty table.
v-chuncz-msft
8 years agoCommunity Support
- QIAO8 years agoHelper II
I tested. When i comes to use Query Editor, it runs okay. But get data through Home->Get data, it would throw error like this.