localhost vs. computer name

  • Thread starter Thread starter tascien
  • Start date Start date
T

tascien

I installed MSDE on XP PRO.

when i connect using "localhost", the server connection does not work.
it says can't find the SQL server. when I use the actual computer
name, "mycomputername", it works.

now, when I use the current computer ip hard coded, it does not work
either.

I never seen this in other versions of windows. do you know what
causes this on XP PRO?

thanks.
 
I installed MSDE on XP PRO.

when i connect using "localhost", the server connection does not work.
it says can't find the SQL server. when I use the actual computer
name, "mycomputername", it works.

now, when I use the current computer ip hard coded, it does not work
either.

I never seen this in other versions of windows. do you know what
causes this on XP PRO?

thanks.

Look in the hosts file. "c:\windows\system32\drivers\etc\hosts"
See if localhost 127.0.0.1 is defined?
 
Back
Top