01-26-2018 11:54 AM
Hi,
I'm trying to get a "DB_VARWCHAR" value type from a column of a table into a DB.
I have used the function "DBBindColChar" but without success: it replaces always the existing chars (unicode) with a '?' (the original string is "Принимаю" and the function get "????????").
More, I have tried to use the function "DBBindColBinary", but always it returns only the first 4 bytes (2 unicode char) of the original string.
The DB is SQL Server and the column is set to NVARCHAR type.
Suggestions?
Thanks a lot for your precious support!
01-29-2018 02:53 AM
Well,
I found a workaround.