I I'm developing a tiny web application where one can query an Oracle db (10g), and also create tables and other objects, insert, update and delete them.
Where I live, in Norway, we have the letters æ,ø and å in our alphabet and that proves to be a problem. If I insert a value in the db containing I.e. an ø, then the ø is replaced with a ?. However, if I insert the same value using Oracle's SQL*Plus Worksheet, then everything is ok.
Does anyone know where this error i happening? Could it be in the OCIParse function?