I was trying to insert/update database columns using Unicode input. It does not save into database in the correct format.
Does ORM support unicode? It would be nice if it can save data in different languages. My SQL server database column is NVarchar type. Display does not have problem. Only insert/update do not work using unicode.
Any input is greatly appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was trying to insert/update database columns using Unicode input. It does not save into database in the correct format.
Does ORM support unicode? It would be nice if it can save data in different languages. My SQL server database column is NVarchar type. Display does not have problem. Only insert/update do not work using unicode.
Any input is greatly appreciated.
ORM.NET should support Unicode in version 1.7.2.
What version are you using?
There is a bugs tab above where you can enter it in.