This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes RESEND: JDBC driver to Oracle with NLS support Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply locked New topic
Author

RESEND: JDBC driver to Oracle with NLS support

Johnny Belab
Greenhorn

Joined: Oct 05, 2005
Posts: 12
Hello,

Could someone tell me what jdbc drivers I should use to have good NLS
support in my web application using Oracle Database 10g?

Oracle have orai18n.jar library but how is it used?
Is it a utility library used with other driver or what?

Could someone please tell me,

I'm using JDK 5.0.

Cheers!
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

I don't know if anyone understands what you envisage from "NLS support" in a driver. Java used Unicode. The thin driver is a type 4 driver, so is 100% Java. Your database is a Unicode database. I don't know what other support you would need from the driver. Can you explain what support you anticipate needing?


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

Please do not repeat the same question more than once. Continue any discussion in the original topic.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: RESEND: JDBC driver to Oracle with NLS support
 
Similar Threads
JDBC drivers to Oracle with NLS support
connecting to database
how to connect JDBC with oracle 9i
Query in JDBC connection
the "Connection reset" problem