Skip to Content.
Sympa Menu

freetds - RE: JDBC + SQL Server --> improper URL

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Philippe Bertramo <Philippe.Bertramo AT wcoomd.org>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: RE: JDBC + SQL Server --> improper URL
  • Date: Wed, 1 Mar 2000 16:57:00 +0100


Stefanos,
the difference between my url and yours does not lie in the usage of
localhost instead of the ip address but in your original message you had an
extra sqlserver in the middle
you jave :
jdbc:freetds:sqlserver://194.219.144.171:1433/cretantournet
where in your place I would write
jdbc:freetds://194.219.144.171:1433/cretantournet

I have extracted and compile the freetds package, in my environement I have
a folder called Classes that contains the classes and that is contained in
my classpath.
The freetds package lies there in expanded format, ie classes contains a com
folder that contains internetCds folder, ...

I hope this will help you,
Philippe


-----Original Message-----
From: bounce-freetds-96207 AT franklin.oit.unc.edu
[mailto:bounce-freetds-96207 AT franklin.oit.unc.edu]On Behalf Of Stefanos
Karasavvidis
Sent: Wednesday, March 01, 2000 6:44 PM
To: TDS Development Group
Subject: [freetds] RE: JDBC + SQL Server --> improper URL


Philippe,

I tried the "localhost" as machine name and I get the same error.

Could cou give the exact location of tthe class files/jar package you use??


thnx

Stefanos

Philippe Bertramo wrote:

> Stefanos,
>
> the following works just fine for me with sql server 7 :
>
> jdbc:freetds://localhost:1433/cenprod
>
> Regards,
> Philippe
>
> Philippe Bertramo
> World Customs Organization
> www.wcoomd.org
>
> -----Original Message-----
> From: bounce-freetds-96207 AT franklin.oit.unc.edu
> [mailto:bounce-freetds-96207 AT franklin.oit.unc.edu]On Behalf Of Stefanos
> Karasavvidis
> Sent: Wednesday, March 01, 2000 6:23 PM
> To: TDS Development Group
> Subject: [freetds] JDBC + SQL Server --> improper URL
>
> I try to get a connection to SQl Server 7. the
> DriverManager.getConnection throws always an Excpetion with message
>
> Improper Driver URL Specified
>
> My URL is
> jdbc:freetds:sqlserver://194.219.144.171:1433/cretantournet
>
> I tried various packages from the jdbc download site, all with the same
> error.
>
> Help???!!
>
> Stefanos
>
> --
> ======================================================================
> Stefanos Karasavvidis
> Electronics & Computer Engineer
> e-mail : stefos AT multimedia-sa.gr
>
> Multimedia Systems Center S.A.
> Kissamou 178
> 73100 Chania - Crete - Hellas
> http://www.multimedia-sa.gr
>
> Tel : +30 821 88447
> Fax : +30 821 88427
>
> ---
> You are currently subscribed to freetds as: waex AT skypro.be
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>
> ---
> You are currently subscribed to freetds as: stefos AT multimedia-sa.gr
> To unsubscribe, forward this message to
$subst('Email.Unsub')

--
======================================================================
Stefanos Karasavvidis
Electronics & Computer Engineer
e-mail : stefos AT multimedia-sa.gr

Multimedia Systems Center S.A.
Kissamou 178
73100 Chania - Crete - Hellas
http://www.multimedia-sa.gr

Tel : +30 821 88447
Fax : +30 821 88427



---
You are currently subscribed to freetds as: waex AT skypro.be
To unsubscribe, forward this message to
$subst('Email.Unsub')





Archive powered by MHonArc 2.6.24.

Top of Page