Connecting to a sql server database using netbeans 5.5

hi all

if you please could any body tell me detailed steps for establishing a connection to a sql server database using netbeans 5.5

i need to know what driver to use and the format of the url i use in making a new connection

thanks

[257 byte] By [minasamya] at [2007-11-27 10:38:17]
# 1

> hi all

>

> if you please could any body tell me detailed steps

> for establishing a connection to a sql server

> database using netbeans 5.5

Don't see what NetBeans has to do with this. It's an IDE.

> i need to know what driver to use and the format of

> the url i use in making a new connection

>

> thanks

Google and download either Microsoft's JDBC driver or jTDS.

The docs for either one will tell you what the URL should look like.

%

duffymoa at 2007-7-28 18:53:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

um ok

first what version of SQL do u have? or is it mySql?

River_Platea at 2007-7-28 18:53:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3

Uhm SQL (Structured Query Language) is like the base of all other type like MySQL and Oracle. See something i found in two seconds with the wonder of google http://sqlzoo.net/ & http://sqlzoo.net/w.htm

3xad3u5a at 2007-7-28 18:53:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4

> Uhm SQL (Structured Query Language) is like the base

> of all other type like MySQL and Oracle.

Um, given the context I think the person was referring to "Microsoft SQL Server". Sometimes people will cut to the chase and refer to the product as "SQL". At those times it's understood by all parties that we're not talking about the query language, rather the Microsoft product.

I think this is one of those times.

> See

> something i found in two seconds with the wonder of

> google http://sqlzoo.net/ & http://sqlzoo.net/w.htm

It's commendable that you're using Google. I'd argue that the OP should be making better use of it, too. But I don't think your response is applicable to this context. JMO, of course.

%

duffymoa at 2007-7-28 18:53:28 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...