E
eugenel
Guest
I am not aware of such option. The VARCHAR to NVARCHAR conversion should be transparent to the app if it just wants it as varchar. In fetch, the app can always bind the data with SQL_C_CHAR. In insert, it can bind the C type as SQL_C_CHAR and the SQL type as SQL_NVARCHAR, which tells the driver to do the conversion. Did I miss your point? Thanks, Eugene
Continue reading...
Continue reading...