Hi All,
I have created an INSERT INTO that adds russian text to one of my SQL databases, however, the russian text appears in the database as ??? where the actual characters should be.
I initially thought it was because my collation was incorrect as it was set to default for the database so I set up a test database with a collation I (from reading various threads) thought should work "SQL_Latin1_General_CP1_CI_AS", but again it still only inserts question marks, I can however copy and paste this text in manusally and its fine.
The next thing I turned to was the database connection, is there a language setting I need to set on here?
<add name="ConnectionString" connectionString="Data Source=SERVERNAME;Initial Catalog="DATABASE NAME;;Persist Security Info=True;User ID=Login" providerName="System.Data.SqlClient"/>
Any help appreciated.
Regards
H Jones
I have created an INSERT INTO that adds russian text to one of my SQL databases, however, the russian text appears in the database as ??? where the actual characters should be.
I initially thought it was because my collation was incorrect as it was set to default for the database so I set up a test database with a collation I (from reading various threads) thought should work "SQL_Latin1_General_CP1_CI_AS", but again it still only inserts question marks, I can however copy and paste this text in manusally and its fine.
The next thing I turned to was the database connection, is there a language setting I need to set on here?
<add name="ConnectionString" connectionString="Data Source=SERVERNAME;Initial Catalog="DATABASE NAME;;Persist Security Info=True;User ID=Login" providerName="System.Data.SqlClient"/>
Any help appreciated.
Regards
H Jones