Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-05 Thread Jeff Duska
Like Paul said, it shouldn't be problem unless you're using specific Oracle 10 features or if you have synonyms or views linked to older Oracle databases. I've had a few synonyms that were linked to Oracle 7 and 8 tables that required using an older driver. If you run into problems, Oracle may

Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Chuck
Getting ready to build some applications on Tomcat 5.5.9 on Solaris 9 using jdk 1.5 rev 4 and Oracle 10.1.0.3 as my backend. I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which should I use? (or should I patch to 10.1.0.4) Thanks, CC -- To reply to this message, remove _NOSPAM_

Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Paul Singleton
I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which should I use? I've always found that Oracle JDBC drivers are backwards compatible (not that I've driven them very hard) so I'd use the .4 (or should I patch to 10.1.0.4) not if it ain't broke :-) Paul S. -- No virus found in

Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Woodchuck
fwiw, i'm still using the old 9.2.0.x oracle jdbc drivers with my new TC 5.5/JDK 5.0 setup. works fine as far as i can tell :p woodchuck --- Paul Singleton [EMAIL PROTECTED] wrote: I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which should I use? I've always found that