Is any method to get the MSSQL server described by local database encoding? <
Itemprop = "text">
What is the column type of your data? Is it varchar or nvarchar?
To get results in Unicode, just insert varchar columns as nvarchar: Cast selection ( Nvarchar (size) table as column
No comments:
Post a Comment