the port number 1433/db_name is not valid

hi all

i m connecting to database using netbeans 5.0

i have already created database named db_music

but while specifying url string

jdbc:sqlserver://localhost:1433/db_music

login : sa

password : password

it has one error stating that CANNOT ESTABLISH CONNECTION TO jdbc:sqlserver://localhost:1433/db_music

using com.microsoft.sqlserver.jdbc.SQLServerDriver(The port 1433/db_music is not valid)

i have checked sql server 2005 has TCP/IP enabled it is listening at port 1433

plz help me to sort out this prob.

thanx

[588 byte] By [glimpsingjavaa] at [2007-11-27 6:09:43]
# 1
If I have to believe MSDN, it should be this:jdbc:sqlserver://localhost:1433;databaseName=db_music
gimbal2a at 2007-7-12 17:14:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...