I have a problem when inserting values into my Oracle database. I have to insert French characters like à
or è
and when I try to insert them through an INSERT statement it will convert the character to ¿
or ?
.
Is there any possibility to set the encoding of that specific script, or what can I do in this situation ?
Thank you