Joined: Wed Oct 19, 2005 6:05 am Posts: 2
|
my sql server 2000 instance is running on my windows with the name of
"MYCOMP\SERVER1" .
i am trying to connect to it but unfortunately could not suceeded.,even though i read the topics about that.
My problem is most probaply with my connection url property in the hibernate.cfg file.
jdbc:microsoft:sqlserver://MYCOMP\SERVER1:1433
and also
jdbc:microsoft:sqlserver://MYCOMP\SERVER1:1433;DatabaseName=pubs
Could you please advice me how to find the right connection url?
|
|