Hi,
I am using Gentle.NET as data layer and have problem to store Unicode characters in database!
I can write a custom query:
INSERT INTO Table_Person ( PersonName, PersonSurname ) VALUES ( N'unicode_value', N'unicode_value' )
but I would like to use Gentle.NET functionality to do that! ( Persist(); method )
If anyone knows how to make Gentle.NET store unicode characters!
My...
2008-06-25 06:42:30 UTC in Gentle.NET Object Persistence Framework