December 30, 2008 at 10:53 pm
Hi,
I have a Java application that gains access to a SQL database using:
where abcd is server name and xyz is database name,my application & database are on different servers,now the problem i am facing is that if try to connect database using ip adress of that server it wont get connected but if i put the name of the server i.e abcd it gets connected but i need to get to connected by ip address can any one help on this.
December 30, 2008 at 11:17 pm
if try to connect database using ip adress of that server it wont get connected but if i put the name of the server i.e abcd it gets connected but i need to get to connected by ip address can any one help on this.
Use port number as well.
December 31, 2008 at 12:32 am
its already done but not working
December 31, 2008 at 1:34 am
Ping with server name.
See whether it returns same IP address.
December 31, 2008 at 3:22 am
yes i am getting reply from same address
December 31, 2008 at 6:21 am
Is browser service started?
MJ
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply