Re: jdbc driver

2005-09-21 Thread Kito Holliday
Thanks Specifically, I have a web.xml having: ** http://java.sun.com/dtd/web-app_2_3.dtd";> DB Connection jdbc/TestDB javax.sql.DataSource Container *** and a server.xml having *Sorry for the long server.xml**

Re: jdbc driver

2005-09-20 Thread Kito Holliday
Thanks for the quick reply... Yes the .jar file is in common/lib. I fear the problem lies in the server.xml since jndi is binding datasource jdbc/TestDB to org.hsql.jdbcDriver On Mon, 19 Sep 2005, andy gordon wrote: > is the MySQL Connector Jar file in the $CATALINA_HOME/common/lib directory?

Re: jdbc driver

2005-09-19 Thread andy gordon
is the MySQL Connector Jar file in the $CATALINA_HOME/common/lib directory? Kito Holliday <[EMAIL PROTECTED]> wrote:Attempting to use connector-java-3.3.10 with tomcat 4.0 and mysql and servlets. The Java code: InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)lookup("jdbc/T

RE: JDBC Driver disappears when using Mod_WEBAPP

2003-03-24 Thread Madere, Colin
ur findings. Colin > -Original Message- > From: Soefara Redzuan [SMTP:[EMAIL PROTECTED] > Sent: Sunday, March 23, 2003 8:22 PM > To: [EMAIL PROTECTED] > Subject: Re: JDBC Driver disappears when using Mod_WEBAPP > > > Sorry, just realized the title should ha

Re: JDBC Driver disappears when using Mod_WEBAPP

2003-03-23 Thread Soefara Redzuan
Sorry, just realized the title should have read "JDBC driver disappears when using mod_webapp". From: "Soefara Redzuan" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: JDBC Driver disappears when using Mod_jk ! Dear Sirs, This is truly bizarre. I've been runing Apache+mod_webapp in front of o

RE: JDBC driver class 'null' error

2002-10-29 Thread Sinclair, Alan (CORP, GEAccess)
Thanks, I discovered that yesterday. -Original Message- From: [EMAIL PROTECTED] [mailto:pqin@;shareowner.com] Sent: Tuesday, October 29, 2002 7:21 AM To: [EMAIL PROTECTED] Subject: RE: JDBC driver class 'null' error Rename jdbc driver package to .jar and put in common/li

RE: JDBC driver class 'null' error

2002-10-29 Thread pqin
@;geaccess.com] Sent: October 28, 2002 5:54 PM To: 'Tomcat Users List' Subject: RE: JDBC driver class 'null' error Tried that, same error. Thanks anyway. -Original Message- From: Vic A [mailto:marauder_77@;hotmail.com] Sent: Monday, October 28, 2002 3:20 PM To: [EMAIL PROTECTE

RE: JDBC driver class 'null' error

2002-10-28 Thread Sinclair, Alan (CORP, GEAccess)
Tried that, same error. Thanks anyway. -Original Message- From: Vic A [mailto:marauder_77@;hotmail.com] Sent: Monday, October 28, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: JDBC driver class 'null' error ../common/lib is classes used for internal tomcat processes that

Re: JDBC driver class 'null' error

2002-10-28 Thread Vic A
../common/lib is classes used for internal tomcat processes that need to be shared. Try putting the JDBC driver in ../shared/lib Victor Albisharat [EMAIL PROTECTED] --- From: Sinclair, Alan (CORP, GEAccess) Subject: JDBC driver class 'null' error Date: Mon, 28 Oct 2002 11:39:

Re: JDBC Driver Installation

2002-10-02 Thread Zeeshan
That is weird. Can you send your exact stack trace of the exception? Zeeshan - Original Message - From: "Jun" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 5:46 PM Subject: RE: JDBC Driver Installatio

RE: JDBC Driver Installation

2002-10-02 Thread Jun
2002 8:31 PM To: Tomcat Users List Subject: RE: JDBC Driver Installation copy to yourcontext/WEB-INF/lib directory -Original Message- From: Zeeshan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 9:22 AM To: Tomcat Users List Subject: Re: JDBC Driver Installation Which

RE: JDBC Driver Installation

2002-10-02 Thread Jun
ginal Message- From: Zeeshan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 8:22 PM To: Tomcat Users List Subject: Re: JDBC Driver Installation Which version of Tomcat are you using? - Original Message - From: "Jun" <[EMAIL PROTECTED]> To: "Tomcat Use

RE: JDBC Driver Installation

2002-10-02 Thread Galbayar
copy to yourcontext/WEB-INF/lib directory -Original Message- From: Zeeshan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 9:22 AM To: Tomcat Users List Subject: Re: JDBC Driver Installation Which version of Tomcat are you using? - Original Message - From: &quo

Re: JDBC Driver Installation

2002-10-02 Thread Zeeshan
Which version of Tomcat are you using? - Original Message - From: "Jun" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 4:57 PM Subject: RE: JDBC Driver Installation I did that, but it won't work

RE: JDBC Driver Installation

2002-10-02 Thread Jun
I did that, but it won't work. by the way, I use windown NT 4.0. I renamed the file to clases12. jar, it does not working either :(( -Original Message- From: Zeeshan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 6:18 PM To: Tomcat Users List Subject: Re: JDBC D

Re: JDBC Driver Installation

2002-10-01 Thread V. Cekvenich
: "Frank Liu" <[EMAIL PROTECTED]> >>To: "Tomcat Users List" <[EMAIL PROTECTED]> >>Sent: Tuesday, October 01, 2002 7:31 PM >>Subject: RE: JDBC Driver Installation >> >> >>>thanks for the url, that's very helpful. >>&

Re: JDBC Driver Installation

2002-10-01 Thread Glinn Cortez
t; - Original Message - > From: "Frank Liu" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, October 01, 2002 7:31 PM > Subject: RE: JDBC Driver Installation > > > > > thanks for the url, that&#

Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher
abase access. Keep swimming toward the light, you are about to break the surface! Rick - Original Message - From: "Frank Liu" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 7:31 PM Subject: RE: JDBC Driver

Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher
October 01, 2002 6:12 PM Subject: Re: JDBC Driver Installation > > Is it a bug that tomcat can't recognize oracle's classes12.zip > even though I installed it in the "common/lib"? > > thanks, > frank > > On Tue, 1 Oct 2002, Rick Fincher wrote: > > &g

RE: JDBC Driver Installation

2002-10-01 Thread Frank Liu
TECTED] > g]On Behalf Of Frank Liu > Sent: Tuesday, October 01, 2002 3:12 PM > To: Tomcat Users List > Subject: Re: JDBC Driver Installation > > > > Is it a bug that tomcat can't recognize oracle's classes12.zip > even though I installed it in the "

RE: JDBC Driver Installation

2002-10-01 Thread Robert Herold
PROTECTED] [mailto:[EMAIL PROTECTED] g]On Behalf Of Frank Liu Sent: Tuesday, October 01, 2002 3:12 PM To: Tomcat Users List Subject: Re: JDBC Driver Installation Is it a bug that tomcat can't recognize oracle's classes12.zip even though I installed it in the "common/lib"? than

Re: JDBC Driver Installation

2002-10-01 Thread Zeeshan
Rename your file to classes12.jar and restart tomcat. Regards Zeeshan - Original Message - From: "Frank Liu" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 3:12 PM Subject: Re: JDBC Driver Installation

Re: JDBC Driver Installation

2002-10-01 Thread Frank Liu
Is it a bug that tomcat can't recognize oracle's classes12.zip even though I installed it in the "common/lib"? thanks, frank On Tue, 1 Oct 2002, Rick Fincher wrote: > Hi Frank, > > Putting it in the common/lib directory is the correct place for it if you > want it accessible by Tomcat and alll

Re: JDBC Driver Installation

2002-10-01 Thread Rick Fincher
Hi Frank, Putting it in the common/lib directory is the correct place for it if you want it accessible by Tomcat and alll your web apps. That way you don't have multiple copies of your JDBC driver cluttering up your system. Put it in WEB-INF/lib makes it available to only that web app. This is

RE: Re: jdbc driver deployment problem.

2002-02-11 Thread Randy Layman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 8:16 PM > To: [EMAIL PROTECTED] > Subject: RE: Re: jdbc driver deployment problem. > > > Paul DuBois <[EMAIL PROTECTED]> wrote: > > >>

RE: Re: jdbc driver deployment problem.

2002-02-08 Thread gilmoresp
Paul DuBois <[EMAIL PROTECTED]> wrote: >>Q: How can I get Tomcat to see 3 specific jar files? They're >>already in my classpath. >> >>Details: >>Win2k, MSSQL 2k sp1, tomcat 4.0.1 (not a service), apache 1.3.22 (service). > >Tomcat 4.x doesn't use your CLASSPATH. > >> > >If you want it visible

Re: jdbc driver deployment problem.

2002-02-08 Thread Paul DuBois
>Q: How can I get Tomcat to see 3 specific jar files? They're >already in my classpath. > >Details: >Win2k, MSSQL 2k sp1, tomcat 4.0.1 (not a service), apache 1.3.22 (service). Tomcat 4.x doesn't use your CLASSPATH. > >Aargh. It was suggested that I try to change jdbc drivers in my >servlets

RE: JDBC driver

2002-01-30 Thread chad kellerman
Ok, So this may be a stupid question. Would it be better to set the CLASSPATH in /etc/profile or ( since bash is the default shell) in /home/$user/.bash_profile? And would it be a good idea to create a directory called classes in the jdk directory and place the jar file there and have tha

RE: JDBC driver

2002-01-29 Thread McLaughlin, Jim
You could also put it in your 'webapps/YOUR_WEBAPP/WEB_INF/lib' if you don't want to muck up you classpath > I think you can just put it anywhere as long as the pathname is in your > CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar > > :~) > Ricky Y. Artigas > Database Administrator / > An

RE: JDBC driver

2002-01-29 Thread Artigas, Ricardo Y.
I think you can just put it anywhere as long as the pathname is in your CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. > ---

RE: [Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-26 Thread Rama
tired of this kind of argument. get a life!!! > -Original Message- > From: Darth Darknerd [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 24, 2001 3:29 PM > To: Tomcat Users List > Subject: Re: [Offtopic] RE: JDBC Driver for MS SQL Server > > > I wouldn&#x

RE: JDBC Driver for MS SQL Server

2001-12-26 Thread Jack Li
jSQLConnect is good. Check www.j-netdirect.com Jack Lee -Original Message- From: ³¯¬Ó¤å [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 25, 2001 12:40 AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server There is a JDBC driver for MS-SQL in IBM WebSphere. Maybe

Re: JDBC Driver for MS SQL Server

2001-12-24 Thread Sri K Ganjam
ROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 25, 2001 4:02 AM Subject: Re: JDBC Driver for MS SQL Server > I have a question... > > Isn't there some TDS driver out there. I remember someone was working on > a generic TDB-ODBC

RE: JDBC Driver for MS SQL Server

2001-12-24 Thread 陳皇文
There is a JDBC driver for MS-SQL in IBM WebSphere. Maybe you counld try it. Good Luck. > -Original Message- > From: Darth Darknerd [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 25, 2001 6:32 AM > To: Tomcat Users List > Subject: Re: JDBC Driver for MS SQL S

Re: JDBC Driver for MS SQL Server

2001-12-24 Thread Darth Darknerd
I have a question... Isn't there some TDS driver out there. I remember someone was working on a generic TDB-ODBC driver to Sybase/MS-SQL using an open source TDS library, and I vaguely remember coming across info about a JDBC-TDS library. Anybody can point me in the right direction, it be mu

Re: [Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-24 Thread Darth Darknerd
I wouldn't know about "extensive QA process" or the terrorist thing. Microsoft ships with thousands of known bugs, and even QA still misses some huge bugs, and also security type issues are just not addressed in QA. (This coming from previous experience working for QA at Microsoft in Cuperti

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Artigas, Ricardo Y.
IL PROTECTED]] > Sent: Wednesday, December 19, 2001 10:07 AM > To: Tomcat Users List > Subject: RE: JDBC Driver for MS SQL Server > > or > > prodserver.dbo.pe_orders > > where dbo is the owner of the database. if dbo is not the owner then > specify who the ow

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Scott Hodson
derstood as > neither given nor endorsed by the company. > > > -Original Message- > From: Jack Li [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, December 19, 2001 5:01 AM > To: 'Tomcat Users List' > Subject: RE: JDBC Driver for MS SQL Server >

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Artigas, Ricardo Y.
tood as > neither given nor endorsed by the company. > > > -Original Message- > From: Jack Li [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, December 19, 2001 5:01 AM > To: 'Tomcat Users List' > Subject: RE: JDBC Driver for MS SQL Server > > Thank

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
"SELECT * from table_name" you need "SELECT * FROM dbo.table_name" post this to SQL people though -Original Message----- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:48 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Sobeck, James (ISS Atlanta)
in your sql server, you can set your default DB if you want -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:48 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL Server Hi, The default port is 1433. Now I got the

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
omcat Users List' Subject: RE: JDBC Driver for MS SQL Server Hi, The default port is 1433. Now I got the connection to SQL Server. However, there are several databases in SQL Server. prodserver is one of the databases. When I query a table, it says it is invalid object name. How to access a

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Bongiorno.Christian
. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:48 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL Server Hi, The default port is 1433. Now I got the connection to SQL Server. However, there are several databases

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:44 PM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server Hmmm, this might be getting off topic, but, yes, they have gone back and forth between named pipes and TCP/IP (with 2k) as default. Do you

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Bongiorno.Christian
:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:53 AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server Certain versions of SQL Server (6.5 I know, others maybe) don't enable TCP/IP access by default. Contact your DBA for more assistance.

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Randy Layman
To: 'Tomcat Users List' > Subject: RE: JDBC Driver for MS SQL Server > > > Hi, > Now, After I put three jar files in tomcat/lib, program is > able to locate > the classes. But I have another error: > > "[Microsoft][SQLServer JDBC Driver]Error est

[Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Justin Rowles
> I certainly agree on this opinion! I got bloody knuckles from the MS > driver (really just OEM'd from Merant before they spun off). bigint > didn't work at all right out of the gate. How many other bugs are > lurking if such an obvious one made it through the "extensive" QA > process? Accord

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
Also try another driver, it could be true, microsoft's programmer and java are not good friends, maybe the driver is bad done. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:12 PM To: 'Tomcat Users List' Subject: RE: JDBC Dr

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
Hi, Now, After I put three jar files in tomcat/lib, program is able to locate the classes. But I have another error: "[Microsoft][SQLServer JDBC Driver]Error establishing socket." What is it? Here is the progrm: String m_Class = "com.microsoft.jdbc.sqlserver.SQLServerDriver"; String m_Connecto

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
n tell you now. Your welcome (you said thank you), Guido. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:12 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL Server After I put the three jar files in TOMCAT_HOME/l

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Justin Rowles
> They have a complete JDBC 2.0 complaint jdbc-odbc driver. > This will allow you to work > with SQL Server or access from linux, solaris or windows. Be aware that the jdbc-odbc bridge is serialised (cos odbc is single-threaded). So if you want multiple concurrent accesses then that isn't an op

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread John Freeborg
ss? The JSQLConnect driver from www.j-netdirect.com rocks. - John -Original Message- From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 9:35 AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server My suggestion: DUMP the ms driver!!!

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
tln("class not found: " + e.getMessage()); }catch(SQLException e){ out.println(e.getMessage()); }catch(Exception e){ out.println(e.getMessage()); } thanks for your help Jack -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
You can find out the best driver but the location is $TOMCAT_HOME/lib -Original Message- From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:35 AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server My suggestion: DUMP the ms driver

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Bongiorno.Christian
My suggestion: DUMP the ms driver!!! Another good one is from www.j-netdirect.com They have a complete JDBC 2.0 complaint jdbc-odbc driver. This will allow you to work with SQL Server or access from linux, solaris or windows. Driver is called JDataConnect. We use that here. Very flexible, minor

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
TOMCAT_HOME/lib -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:30 AM To: '[EMAIL PROTECTED]' Subject: JDBC Driver for MS SQL Server Hi, I am using Tomcat 3.2.1. I downloaded the JDBC Driver for MS and Installed it. But I got error: "Unab

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Urban
That's the version I am using. I found a problem with it and he fixed it the next day. So the support is good. Jim -Original Message- From: Chris McNeilly [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 3:40 PM To: [EMAIL PROTECTED] Subject: RE: JDBC Driver for sql s

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Chris McNeilly
to date. Chris > -Original Message- > From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 4:29 PM > To: [EMAIL PROTECTED] > Subject: Re: JDBC Driver for sql server 2000 > > > Doesn't look very up to date though. The fil

Re: JDBC Driver for sql server 2000

2001-08-23 Thread Jonathan Eric Miller
Doesn't look very up to date though. The file date is 1/25/2000. I guess if it works, that's all that matters... Jon - Original Message - From: "Chris McNeilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 3:25 PM Subject

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Chris McNeilly
I can vouch for FreeTDS as well. We've had no problems with it. > -Original Message- > From: Jim Urban [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 4:23 PM > To: [EMAIL PROTECTED] > Subject: RE: JDBC Driver for sql server 2000 > > > Free

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Urban
23, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: RE: JDBC Driver for sql server 2000 Hi, But is there any free (or open source) JDBC driver for MS SQL Server who is not using the jdbc:odbc link ? I tried JSQLConnect, but it is a trial version... Thanks, Stef -Original Message- From

Re: JDBC Driver for sql server 2000

2001-08-23 Thread Virender Dogra
Would FreeTDS (FreeTDS.org) work for you? - Original Message - From: "Jim Rueschhoff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 11:18 AM Subject: RE: JDBC Driver for sql server 2000 > MS is not interesting in providing ANY s

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Rueschhoff
st 23, 2001 9:50 AM To: [EMAIL PROTECTED] Subject: RE: JDBC Driver for sql server 2000 Because when you paid a lot for a database, you don't want to pay more for a 3rd party specific jdbc driver when you expect one in the package you paid for... But we know all how it goes with MS

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Michael Weissenbacher
-- From: Stéphane De Jonghe [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 6:50 PM To: [EMAIL PROTECTED] Subject: RE: JDBC Driver for sql server 2000 Because when you paid a lot for a database, you don't want to pay more for a 3rd party specific jdbc driver when you expect one in the

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Stéphane De Jonghe
Sent: Thursday, August 23, 2001 6:40 PM To: '[EMAIL PROTECTED]' Subject: RE: JDBC Driver for sql server 2000 M$ SQLServer costs lots of $$$ so why bother with a free JDBC driver ;) -Original Message- From: Stéphane De Jonghe [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23,

Re: JDBC Driver for sql server 2000

2001-08-23 Thread Jonathan Eric Miller
Oops, actually the link is http://www.inetsoftware.de. Always forget about that... Jon - Original Message - From: "Jonathan Eric Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 11:05 AM Subject: Re: JDBC Driver for sq

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Curtis Dougherty
because Free is Cheaper than $$$ - Bill's rich enough...until he starts setting up shop on the moon :-) -Original Message- From: Michael Weissenbacher [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 11:40 AM To: '[EMAIL PROTECTED]' Subject: RE: JDBC Driver for

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Michael Weissenbacher
M$ SQLServer costs lots of $$$ so why bother with a free JDBC driver ;) -Original Message- From: Stéphane De Jonghe [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 6:35 PM To: [EMAIL PROTECTED] Subject: RE: JDBC Driver for sql server 2000 Hi, But is there any free (or open

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Stéphane De Jonghe
PM To: [EMAIL PROTECTED] Subject: Re: JDBC Driver for sql server 2000 http://www.inetsoftware.com has a great driver IMHO. It's a JDBC type 4 and they seem to be very proactive about keeping it up to date. I tried JTurbo awhile back and I liked Inet's driver better. The JTurbo one seeme

Re: JDBC Driver for sql server 2000

2001-08-23 Thread Jonathan Eric Miller
#x27;m using the Opta2000 driver, version 4.11. Jon - Original Message - From: "Saritha Pula" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 11:00 AM Subject: RE: JDBC Driver for sql server 2000 > Hi >JTurbo JDBC driver wor

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Michael Weissenbacher
we have been using inet sprinta driver for about two years now without any problems. it's compatible with SQLServer 6.5, 7.0 and 2000. http://www.inetsoftware.de/ regards michael -Original Message- From: Trig Gullberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 5:54 PM To:

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Rueschhoff
net connect's JSQLConnect is a very good high performance driver that is designed for SQL Server. We are using it with tomcat It is a type 4 driver implemented as a single .jar file so it will run well on almost any platform. -Original Message- From: Trig Gullberg [mailto:[EMAIL PRO

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Saritha Pula
Hi JTurbo JDBC driver works well with SQLServer2000 --Pula -Original Message- From: Trig Gullberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 8:54 AM To: '[EMAIL PROTECTED]' Subject: JDBC Driver for sql server 2000 Does any one know of a good sql server 2000 jdbc driv

RE: JDBC Driver

2001-03-21 Thread Brett Knights
:57 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: JDBC Driver > > > In that caseif free implementations are not good > enoughcan you all > please suggest us a good commercial JDBC driver to connect to > MS SQL 7, > which would be worth its money. > >

RE: JDBC Driver

2001-03-21 Thread Clayton Peirens
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: JDBC Driver In that caseif free implementations are not good enoughcan you all please suggest us a good commercial JDBC driver to connect to MS SQL 7, which would be worth its money. We are currently using Jrun 2.3.3 as a plugin to IIS4 on o

Re: JDBC Driver

2001-03-21 Thread Tomcat
In that caseif free implementations are not good enoughcan you all please suggest us a good commercial JDBC driver to connect to MS SQL 7, which would be worth its money. We are currently using Jrun 2.3.3 as a plugin to IIS4 on our NT4 box to serve Servlets and JSP for our Virtual host cu

Re: JDBC driver MS SQL Server 7.0

2001-03-20 Thread Scott Barr
Title: RE: JDBC driver MS SQL Server 7.0 I tried that about 6 months ago, but didn't have much luck. Did you have to futz with it much?   Scott   - Original Message - From: Nikolai Petroff To: '[EMAIL PROTECTED]' Sent: Wednesday, March 21, 2001 4:44

RE: JDBC driver MS SQL Server 7.0

2001-03-20 Thread Nikolai Petroff
Title: RE: JDBC driver MS SQL Server 7.0 I use the freetds driver from www.freetds.org with SQL Server 7. It works great. > -Original Message- > From: Jack Li [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 21 March 2001 3:38 > To: [EMAIL PROTECTED] > Subject: JDB

Re: JDBC driver MS SQL Server 7.0

2001-03-20 Thread Landaluze Produktions IS - Carlos
jturbo.com - Original Message - From: "Jack Li" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 6:38 PM Subject: JDBC driver MS SQL Server 7.0 > Hi, where can I find jdbc driver for MS SQL server? > > Thanks, > Jack Li > >

Re: JDBC driver MS SQL Server 7.0

2001-03-20 Thread Rob Tanner
Sun maintains a web serachable database of drivers and driver vendors. Most of the drivers are commercial and there are a few open source. The URL is: http://industry.java.sun.com/products/jdbc/drivers --On Tuesday, March 20, 2001 12:38:09 PM -0500 Jack Li <[EMAIL PROTECTED]> wrote: > Hi, wh

RE: JDBC Driver

2001-03-20 Thread Harrison, Robert
  -Original Message-From: Tomcat [mailto:[EMAIL PROTECTED]]Sent: Saturday, March 17, 2001 2:26 AMTo: TomcatUsersSubject: JDBC Driver Hello Any Idea where I can find a free implementation of Type 4 JDBC Driver for MS SQL 7   - Sumith

Re: JDBC Driver

2001-03-18 Thread Brett Knights
> > Try FreeTDS (www.freetds.org, I think). I've used their straight TDS > driver with excellent results. They also have a Type 4 JDBC > driver as > well. I haven't had occasion to use it, but if it performs as well as > the straight TDS driver, I'm sure you'll be pleased. Unfortunately it look

Re: JDBC Driver

2001-03-17 Thread Rob Tanner
Try FreeTDS (www.freetds.org, I think). I've used their straight TDS driver with excellent results. They also have a Type 4 JDBC driver as well. I havn't had occasion to use it, but if it performs as well as the straight TDS driver, I'm sure you'll be pleased. -- Rob --On Saturday, March 1

Re: JDBC Driver

2001-03-17 Thread Jeff Finley
Hehehehe, it's not MS it's M$..heheheh - Original Message - From: Tomcat Sent: Saturday, March 17, 2001 3:45 AM To: TomcatUsers Subject: JDBC Driver Hello Any Idea where I can find a free implementation of Type 4 JDBC Driver for MS SQL 7   - Sumith Get your FREE download of MSN Ex

Re: JDBC driver for oracle

2001-03-16 Thread Dmitry Rogatkin
http://industry.java.sun.com/products/jdbc/drivers You can get better driver from other places than from Oracle. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Jack Li [EMAIL PROTECTED] Sent:Fri, 16 Mar 2001 09:10:52 -0

RE: JDBC driver for oracle

2001-03-16 Thread Jack Li
Thanks to Gavin Panella, William Brynat and Peter Hrastnik for the quick reply. Jack -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 9:14 AM To: [EMAIL PROTECTED] Subject: Re: JDBC driver for oracle technet.oracle.com - you'll

Re: JDBC driver for oracle

2001-03-16 Thread Peter Hrastnik
http://www.oracle.com You have to subscribe to Oracle Technology Network (that's free) before you can download it. Bye, Peter. Jack Li wrote: > > Hi, > > Where can I have a free JDBC driver for oracle? > > Thanks, > Jack -- Mag. Peter Hrastnik tele.ring Telekom Service GmbH A-1030

RE: JDBC driver for oracle

2001-03-16 Thread Bryant, William
You can get the JDBC drivers from Oracle.com. Select download, then choose 'JDBC drivers' from teh drop down list. You will need a free oracle technet login. ... Mike -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 9:11 AM To: [EMAIL PROTECTED

Re: JDBC driver for oracle

2001-03-16 Thread Gavin_Panella
technet.oracle.com - you'll need to register, but it's free. "Jack Li" <[EMAIL PROTECTED]> on 16/03/2001 14:10:52 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Gavin Panella/VMC) Subject: JDBC driver for oracle Hi, Where can I have a free JDBC driver for