String encoding

Hi,

I'm sending a few strings to the DB through a JDBC PreparedStatement, and it looks like it's sending them to the DB using a wrong character encoding. It's connecting to an Oracle i9 DB.

Wondering, is there anyway to conifigure what encoding the driver uses in communictating to the DB? Is there any where I could do some more research on character encoding and JDBC drivers in general? I'm totally new to the subject, so excuse the ignorance.

thanks,

J

[491 byte] By [justinlawlera] at [2007-11-27 4:26:41]
# 1
> Is there any where I could do some more research on> character encoding and JDBC drivers in general? Here.Oracle - OTN site.Just in general (using Oracle and character encoding.)
jschella at 2007-7-12 9:35:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
By the way this presumes that you have already eliminated the possibility that this has nothing to do with your display code (rather than having anything at all to do with the database side.)
jschella at 2007-7-12 9:35:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...