Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I'm working with Mysql database in local. I retreive data from it via entity frame work 3.5. Now that the project is finished, we host the database on a linux server and now i'm facing a crucial problem. I can't connect to the database with entity framework.

Note that my application is on a local machine and the database is on a remote server. I want to connect to the database via an internet connection.

I spent a week on it without finding solution.

Thank for your help.
Posted

1 solution

Well, by using a Connection String[^]!

The link above provides all info about connection string. Further info regarding the data communication can be read here: Accessing data with ADO.NET[^]
 
Share this answer
 
Comments
VJ Reddy 25-Apr-12 12:33pm    
Good references. 5!
Sandeep Mewara 26-Apr-12 0:51am    
Thanks.

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