|
Home > Archive > MS SQL Server > July 2005 > Diakrieten worden niet opgeslagen
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Diakrieten worden niet opgeslagen
|
|
|
| Hi,
When I use the update statement "UPDATE tablename SET field =3D
'As=FBca' WHERE fieldid =3D 1" will generate in the field "Asuca". How
is that possible?
When I cut and paste the field within Enterprise Manager the field
looks like "As=FBca".
So... whats the problem?
Thanks,
Ron
| |
| Uri Dimant 2005-07-19, 3:23 am |
| Diver
Try
UPDATE tablename SET field =N'Asūca' WHERE fieldid = 1
"Diver" <rnooit@hotmail.com> wrote in message
news:1121756360.293341.217730@g47g2000cwa.googlegroups.com...
Hi,
When I use the update statement "UPDATE tablename SET field =
'Asūca' WHERE fieldid = 1" will generate in the field "Asuca". How
is that possible?
When I cut and paste the field within Enterprise Manager the field
looks like "Asūca".
So... whats the problem?
Thanks,
Ron
| |
|
| Uri,
Thanks. But is there any sqlserver setting that i can set for the whole
database?
Ron
|
|
|
|
|