RE: JDBC Drivers Exception ...

2003-02-19 Thread Shapira, Yoav
Howdy, A few things. I installed JDBC Drivers ojdbc14.jar, classes12.jar, nls_charset111.jar on Why both ojdbc14.jar and classes12.jar? If you're connecting to an Oracle 9.1 database, you don't want classes12.jar in there. These two jars have some overlapping classnames which will cause

RE: JDBC Drivers Exception ...

2003-02-19 Thread Mike Jackson
, February 19, 2003 12:18 PM To: Tomcat Users List Subject: RE: JDBC Drivers Exception ... Howdy, A few things. I installed JDBC Drivers ojdbc14.jar, classes12.jar, nls_charset111.jar on Why both ojdbc14.jar and classes12.jar? If you're connecting to an Oracle 9.1 database, you don't want

RE: JDBC Drivers Exception ...

2003-02-19 Thread Manu Kits
PROTECTED] Subject: RE: JDBC Drivers Exception ... Date: Wed, 19 Feb 2003 15:17:48 -0500 Howdy, A few things. I installed JDBC Drivers ojdbc14.jar, classes12.jar, nls_charset111.jar on Why both ojdbc14.jar and classes12.jar? If you're connecting to an Oracle 9.1 database, you don't want

RE: JDBC Drivers

2002-07-11 Thread Turner, John
Best is relative. MS SQL Server 2000 Type 4 JDBC Driver is here: http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?ur l=/MSDN-FILES/027/001/779/msdncompositedoc.xml Note: it doesn't work with SQL Server 6.5. John Turner [EMAIL PROTECTED] -Original Message-

RE: JDBC Drivers

2002-07-11 Thread Durham David Cntr 805CSS/SCBE
http://mmmysql.sourceforge.net/ -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: JDBC Drivers Hi guys and gals, Could someone give me advice on the best (and free if possible) sql server drivers

RE: JDBC Drivers

2002-04-16 Thread Reynir Hübner
rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or not but here goes I am trying to connect to an oracle DB using a thin

RE: JDBC Drivers

2002-04-16 Thread Teemu Keiski
I suppose you have to change the name of 'classes12.zip' file to 'classes12.jar'. Teemu Keiski -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. huhtikuuta 2002 12:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or

RE: JDBC Drivers

2002-04-16 Thread Stuart Stephen
To: Tomcat Users List Subject: RE: JDBC Drivers I suppose you have to change the name of 'classes12.zip' file to 'classes12.jar'. Teemu Keiski -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. huhtikuuta 2002 12:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers

RE: JDBC Drivers

2002-04-16 Thread Richard Johnstone
Thats fixed it. Cheers Matey [EMAIL PROTECTED] 04/16/02 10:27am rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or not but

RE: JDBC drivers

2002-01-24 Thread Randy Layman
JAR = Zip + restrictions on the structure. It turns out that Oracle was kind enough to include the correct structure so all you need to do is rename the .zip to .jar. Randy -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24,

RE: JDBC drivers

2002-01-24 Thread Martin van den Bemt
just rename the file, you don't have unzip and rejar it (a jar is a zip file..) Mvgr Martin -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 14:35 To: Tomcat Users List (E-mail) Subject: JDBC drivers All, The JDBC drivers

Re: JDBC Drivers

2001-10-23 Thread IService
Go to www.oracle.com Dimiter

RE: JDBC Drivers

2001-10-23 Thread Barney Hamish
Denis, I believe Oracle provides drivers for all their Databases on their website. I can't remember where exactly but I'm sure if you have a bit of a look around you'll be able to find them. Hamish -Original Message- From: The Duke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23,

RE: JDBC Drivers

2001-10-23 Thread Dan Silcox
We get ours from technet.oracle.com - you will have to register but they have all of the oci, thin, etc for the various platforms and oracle versions. You should wind up with a classes12.zip file which you should rename to classes12.jar and deploy -Original Message- From: The Duke

Re: JDBC Drivers

2001-10-23 Thread Shiv Kumar MN
Hello, You can find a Type-4 JDBC driver for Oracle 8i on Oracle web site called classes12.zip. Cheers, - Shiv. The Duke wrote: I'm looking for a JDBC Driver for an Oracle Database. I have found some on the java.sun.com. But I don't know wich one I need. It is for a simple application.

Re: JDBC Drivers

2001-10-23 Thread P.Miller
Hi, you can find the classes at the ORACLE web-site; it's called classes12.zip. for use with TOMCAT rename it to classes12.jar. Hth Peter The Duke wrote: I'm looking for a JDBC Driver for an Oracle Database. I have found some on the java.sun.com. But I don't know wich one I need. It is for

Re: JDBC drivers for SQL server

2001-06-10 Thread yuzz
www.easysoft.com Alexandre Bouchard wrote: I am looking for goodcheap (free if possible) JDBC drivers for SQL server. Randy, you told me inetsoftware.de make good drivers. Maybe we will opt for this cie but their prices range from USD 200 to 400... Its expensive for mere drivers (are JDBC

Re: JDBC drivers for SQL server

2001-06-10 Thread Chris McNeilly
We're using freetds (http://www.freetds.org) which is an open source JDBC driver for SQL Server. We've been running with it for a month and only had one problem (jdbc realm wasn't working) that got cleared up by some supportive folks on their mailing list. Chris Alexandre Bouchard wrote: