Question Read CSV file into Oracle db

pvds

New member
Joined
Oct 13, 2010
Messages
4
Programming Experience
3-5
Hi guys,

Looks simple but i can't solve it at the moment, maybe you guys can help me out:

- Reading CSV file with vb.net code
- Place some fields of CSV in an oracle database

Some data have special characters for example the word Financiën (dutch).
When I read the CSV file the data looks correct but when i look in the oracle database
the word Financiën has changed into Financi?n...

it only happens for the special character ë .. why the ? .... ? and what will be the resolution :confused::confused:

Regards, Pvds
 
Sounds like you havent set a suitable characterset either in your oracle db, or in the driver connection string (Unicode=??? parameter?)
 
Back
Top