Hi,
Kylin2.1.
When the name of the table or column is in Chinese, the ODBC parse error
e.g.
[{TABLE_NAME=物品维度, COLUMN_NAME=物品代码, COLUMN_TYPE=VARCHAR, COLUMN_LENGTH=10,
COLUMN_PRECISION=0, COLUMN_DESC=}, {TABLE_NAME=物品维度, COLUMN_NAME=物品名称,
COLUMN_TYPE=VARCHAR, COLUMN_LENGTH=100, COLUMN_PRECISION=0, COLUMN_DESC=null},
{TABLE_NAME=物品维度, COLUMN_NAME=起停标志, COLUMN_TYPE=VARCHAR, COLUMN_LENGTH=10,
COLUMN_PRECISION=0, COLUMN_DESC=null}, {TABLE_NAME=物品维度, COLUMN_NAME=数据加载日期,
COLUMN_TYPE=DATE, COLUMN_LENGTH=10, COLUMN_PRECISION=0, COLUMN_DESC=null}]
It is found that the table&column data type(string-->wstring) use error during
the debugging process,
There was a difference in the size and content(use tools dllexp.exe) of
Driver.dll compiled using source code at github code. Please confirm whether
the source code is the latest source code.
Downlod from kylin
web(http://kylin.apache.org/download/KylinODBCDriver-2.1.0.zip):
Driver.dll 2653k
local build Driver by vs2013:
Driver.dll 4450k
[email protected]