SQL DMO and wireless connection
Hi everybody
Don't know if this is the rigth forum but here goes
I'm developing a small application using VB6 and SQLDMO
My pc has SQL Server 2005 installed and works ok
The problem is when my Wireless connection is disabled the app can't detect the SQL Server
As soon as I enable it, the app detects the local SQL Server
Is it normal?
Thanks!
Re: SQL DMO and wireless connection
Depends on how you are looking for it.... if you are using "localhost" (or "(local)") ... then no... but if you used the actual computer's name... then yes.
-tg