Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have deployed an exe file with necessary changes of connection string on other computer.
but it's giving anerror of connection cannot be open can anyone help me to solve the error.
Posted
Comments
Johnny J. 10-Jul-13 3:57am    
You need to post more information about your problem. There's no way that anybody can identify your problem based on the information given. We cannot see your screen, access your system or read your mind...
sachin bhise 10-Jul-13 5:44am    
"Data Source=database;Initial Catalog=uni;User Id=;Password=123" i am passing these connection string where i m putting the database name in front of initial catalog and password infront of password
and the error is that connection can not open.
bluesathish 10-Jul-13 6:08am    
Don't post your credential here, actually it doesn't need. ok, what is the backend you're using? oracle, sql server or something else?
sachin bhise 10-Jul-13 6:31am    
sql server
[no name] 10-Jul-13 9:01am    
Probably because you do not have a connection to any SQL Server named "database".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900