Skip to Content.
Sympa Menu

freetds - Re: java.sql.SQLException on Connection creation

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Bob Kline <bkline AT rksystems.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: java.sql.SQLException on Connection creation
  • Date: Fri, 17 Aug 2001 10:56:34 -0400 (EDT)


On Fri, 17 Aug 2001, Leon Chakmakian wrote:

> That's the code I've been using in my java bean. That's what I've
> been trying to test my connection with. It always bails when I
> declare my connection: Connection
> connection=DriverManager.getConnection(url, login, password);

Try it as a standalone program. This step is useful in determining
whether you are dealing with a problem in the driver, as opposed to a
configuration issue with JSP.

--
Bob Kline
mailto:bkline AT rksystems.com
http://www.rksystems.com






Archive powered by MHonArc 2.6.24.

Top of Page