Link to home
Start Free TrialLog in
Avatar of elchuma
elchuma

asked on

Language settings

Hi experts!
I have problem in my mfc VC++ app. String data in sql server 2000 database not match language settings in my project. Server settings : Default language is  English , Server collation is SQL_Latin1_General_CP1_CI_AS. What should I do with my code and project to anable special language characters?
Regards
Marko
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Can you save your strings in the SQL Server 2000 database as UNICODE characters?  It may require you changing the field definition in the table.
Avatar of elchuma
elchuma

ASKER

I can't do that because other programs using same database . . .. nvarchar is not suported
Then I think the answer is it is not possible.
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial