oracle table insert: french accent
As your column is a *n*varchar2, you need to prefix N before the
'vehicule' string.
You also need to set NLS_LANG (to FRENCH_FRANCE.WE8ISO8859P1 (or
preferably P15 if you want to support the euro sign, but for that you
will need to change the database characterset. As P15 is not a
superset of P1, you'll need to recreate the database)
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address
|