Hi,
I have connected to Microsoft sql using KNIME node.
But I face encoding issue, all the Chinese characters be shown as ‘??’. My database code page is 1252 and column type as varchar.
I have searched some solutions online and set JDBC parameters as below, but it doesn’t work. sendStringParametersAsUnicode=false && sendTimeAsDateTime=false.