Fail to Insert Unicode into SQL Server using Peta Poco -


normally when want insert unicode letter sql server, can n' foreign letter' i'm using peta poco , cannot add n (or don't know how to)

so how make sure input can saved unicode (my table columns nvarchar) ?

petapoco supports unicode , save unicode strings right if original string unicode (the page or program using unicode)


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -