help plz on weird (¿) character [message #104256] |
Fri, 03 September 2004 16:40 |
Glenn Lauw
Messages: 2 Registered: September 2004
|
Junior Member |
|
|
Oracle gurus,
can any one help the character issue i am having.
i inserted couple rows of record with '-' character i.e
insert into mytable(field1, field2) values ('hallo', 'hallo - there')
the record looks like 'hallo', 'hallo ¿ there'
the '-' character was converted into '¿' character.
however if i insert multiple '-' i.e insert into mytable(field1, field2) values ('hallo2', 'hallo ------ there')
the record looks like 'hallo', 'hallo -----¿ there'
Thank you for your help
Glenn
|
|
|