Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-17 : 09:36:25
|
| MARKO writes "SQL Server is already installed with code page 850(?). In some fields (nchar) I need characters from code page 1250 (hex: E8,C8,9A,.........)Some program (made in Java language - I do not have any other information) can write those characters in database fields Problem:I could not write (or read) these characters in database! There is always some translation to characters under 7F hex value and I did unselect all translation option in Network client utilityFunction Replace() could not find such characters (and replace them) although they are in database ( entered by program in Java ) and I see them with "Enterprise manager" open tablefunction.. And it is same from client with US English setting or with Croatian Regional setting(code page 1250). Is it possible to "switch off" that translation and work normally withcharacters from code page 1250 and not to re-install database Thank You and best regards,Marko Vidosevic" |
|
|
|
|
|