Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can mysql use in C# windows application and it is better than sql server or not??
Posted

Yes you can use mySql in C# windows app, the same way you can in a web application - even the code and the process is the same. But each Windows PC running the app must have access to a MySql server, in the same way that the web server runnign a MySql using site must.

Which is "best"? I prefer Sql Server, purely on the quality of the Sql Server Management Studio - all the free tools for MySql were a bit rubbish, I felt. SqlYOG excepted, only that is now a limited free version and a pay-for "proper" product.
 
Share this answer
 
Use the .net connector to connect to MySQL.

http://www.mysql.com/products/connector/[^]

"Better" is subjective. Pros and cons either way, and this isn't the right forum to debate.

Cheers.
 
Share this answer
 
Comments
Member 7925220 22-Aug-11 15:27pm    
no i just want to know currently em using sql server and now i want to swith to mysql so can i do that or not ??
TheyCallMeMrJames 22-Aug-11 15:31pm    
uh...yes! Like I said, "Use the .net connector to connect to MySQL." ;o)

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