View Single Post
  #3 (permalink)  
Old 05-18-2009, 02:00 PM
saso1310 saso1310 is offline
Member
 
Join Date: Aug 2008
Posts: 4
Rep Power: 0
saso1310 is on a distinguished road
Default pinging by ip adress is ok
ping 196.219.106.152 -t
is working smoothle and this is the ip im trying to access and it is the local host by the way
is there a problem n this line:
Code:
con=DriverManager.getConnection("jdbc:microsoft:sqlserver://196.219.106.152:1433;databaseName=XtreamDB;selectMethod=cursor;", "","");
or:
Code:
con=DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433;databaseName=XtreamDB;selectMethod=cursor;", "","");
Reply With Quote