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

