Hi guys!
I have the following issue:
I´m trying to access to the same database from different NAV Clients ( different languages).
On of them cannot interpret a field with the following chars
"ã"
"ç"
Can you help me?
Thanks in advance.
Best Regards.
0
Comments
If i good remeber you must create database (i think we are talking about SQL) with "validate code page" = FALSE
Becareful when you do alter database - you can damage database when change this option (DB can duplicate some primary keys in tables - which is dificult to repair)
I see this blog and i try to do this steps:
http://dynamicsuser.net/blogs/mark_brummel/archive/2009/05/09/tip-5-multiple-country-databases-validate-codepage.aspx
but i have one question.
How can i avoid this issue when i try to install SQL+NAV on different countries?