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.
| Author |
Topic |
|
samee
Starting Member
15 Posts |
Posted - 2005-02-01 : 23:56:17
|
| Hi allI am using jdk 1.5 with netbeans 4I need to connect to sql server. I download the jdbc driver fromSorry but I cant remember the pathBut when I try to connect to the server it gives an errorEstablishing socket or connection Did I download the wrong driver? is there a specific driver for jdk 1.5Any one give me an answer with the correct driver path to download I am using sql server 2000 developers editionAnd I am using sql server 2000 personal editionAnd 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 UtilityRun it and see is there (in the list of enabled network libraries) TCP/IP?If not, click "Add..." and add it. |
 |
|
|
|
|
|