[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is there a configuration option in the datadirect driver for Microsoft SQL Server that

  • Thread starter Thread starter eugenel
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top