I am getting the error [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied in my SQL server. The SQL server is running and everything is fine i mean all the services are running. Same coding and script was running fine till date and also i have not changed any settings. Kindly help me in solving the problem.
__________________
PM me if you have any difficulties regarding your Symbian OS cellphone.
Advertisements. Register and be a member of the community to get rid of them.
if u r accessing SQL Server from a client machine , then sometimes u need to "connect" to the server from the client machine before u connect to SQL Server
for e.g. u can go to Start> Run and type //Server and press enter then login to Server with userid and password (assuming name of ur server is "Server")...