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 run Import mode smoothly.
Solved, it's because SQLExecute should return SQL_SUCCESS instead of return SQL_NO_DATA when load empty table.
5 Replies
- v-chuncz-msftCommunity Support