Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Connecting to sql server

Author  Topic 

samee
Starting Member

15 Posts

Posted - 2005-02-01 : 23:56:17
Hi all
I am using jdk 1.5 with netbeans 4
I need to connect to sql server. I download the jdbc driver from
Sorry but I cant remember the path
But when I try to connect to the server it gives an error
Establishing socket or connection
Did I download the wrong driver? is there a specific driver for jdk 1.5
Any one give me an answer with the correct driver path to download
I am using sql server 2000 developers edition
And
I am using sql server 2000 personal edition

And tell me what this means
//////////////////////////////

Is the sqlserver listen on TCP/IP?

////////////////////////////////


Thank You.


JKNIGHT

Stoad
Freaky Yak Linguist

1983 Posts

Posted - 2005-02-02 : 04:43:05
Start -> Programs -> SQL Server Group -> Server Network Utility

Run it and see is there (in the list of enabled network libraries) TCP/IP?

If not, click "Add..." and add it.
Go to Top of Page
   

- Advertisement -