Re: [JDBC] OS version for driver

2001-09-26 Thread Mihai Gheorghiu
Thanks, everybody! -Original Message- From: Barry Lind [EMAIL PROTECTED] To: Mihai Gheorghiu [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, September 26, 2001 2:38 PM Subject: Re: OS version for driver The jdbc driver is OS independent. It doesn't matter

Re: [JDBC] OS version for driver

2001-09-26 Thread Dave Cramer
Mihai, The jdk is sun's jdk, and it should work on any platform Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mihai Gheorghiu Sent: September 26, 2001 12:45 PM To: [EMAIL PROTECTED] Subject: [JDBC] OS version for driver The most recent driver

Re: [JDBC] OS version for driver

2001-09-26 Thread Barry Lind
The jdbc driver is OS independent. It doesn't matter which platform the driver is compiled on, it will run on any platform that supports a java runtime. As far as jdk1.2 vs jdk1.3 goes, a driver compiled by a 1.2 jdk will work fine under jdk1.3. The code is identical for these two jdk