[sqlite] Reading german characters from sqlite using c#

2016-05-20 Thread Clemens Ladisch
Kishore uddavolu wrote: > Data is being retrieved using c# using system.data.sqlite-sqlitedatareader. > We are able to retrive non German characters. Problem is with reading > German characters. We tried with text and nvarchar types.but German > characters are showing as question mark. SQLite use

[sqlite] Reading german characters from sqlite using c#

2016-05-20 Thread Kishore uddavolu
Hi, one of our cpp application is writing data into sqlite db using sqlire3 dll. Data is being retrieved using c# using system.data.sqlite-sqlitedatareader. We are able to retrive non German characters. Problem is with reading German characters. We tried with text and nvarchar types.but German c