I am not able to proceed on windows client for developer environment.
How can I configure Open Database although its working on web client. what should I do related to SQL server.
That's a very broad question with many possible answers.
There are some tips you could try to find the Problem:
- Check if you could reach the database using SQL Management Studio from this Client
- Check if the Server Name and instance is Right
- Check if the SQL Server is reachable using IP address instead of Server Name
- Check if the Firewall ports are open
Answers
There are some tips you could try to find the Problem:
- Check if you could reach the database using SQL Management Studio from this Client
- Check if the Server Name and instance is Right
- Check if the SQL Server is reachable using IP address instead of Server Name
- Check if the Firewall ports are open
regards