October 5, 2009 at 8:16 am
In theory accessing SQL Server over wireless should be no different than doing it via a hard-wired connection.
What application are you using to connect to SQL Server?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 5, 2009 at 8:28 pm
Hi,
Its a simple VB.NET databse application
October 5, 2009 at 8:53 pm
Either you are not allowing remote connections for some reason, or the connection string is wrong.
How are you coding the connection? Have you tried connecting from the Control Panel | Data Sources on PC2?
October 5, 2009 at 8:58 pm
Do you have Visual Studio installed on the client so you can step through the code? If not, can you modify the code to write to a log file or the event log as it loads and attempts to connect to the database?
Can you run SQL Server Profiler against the database to see if the application is really attempting to connect?
Can you connect to the database from any application on PC2?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply