Click here to Skip to main content
15,910,661 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which free database server is best to use for database connectivity with visual studio?
Posted

 
Share this answer
 
Comments
Maciej Los 16-Mar-15 7:55am    
+5
Abhinav S 16-Mar-15 9:43am    
Thank you.
Aparna24 16-Mar-15 8:04am    
Good stuff to differentiate the two..mysql and sql server express.
Abhinav S 16-Mar-15 9:43am    
Thanks.
If your only concern is connectivity with visual studio, then consider that Micro$oft makes visual studio and Micro$oft makes SQL Express. It's there general (and understandable) business practice to make things much easier if you go with the flow they prefer (SQL Server).

MySQL, on the other hand, is a full-strength addition vs. SQL's somewhat cutdown state. Do you plan on scaling up?
 
Share this answer
 
Comments
Maciej Los 16-Mar-15 7:56am    
+5
Aparna24 16-Mar-15 8:14am    
@W Balboos-
I am developing a portal(web application)which needs dummy data to be created and used.For that I installed mysql.But it seems I need to work with mysql command prompt which I don't want.So need to know other option..
W Balboos, GHB 16-Mar-15 8:23am    
On several systems I have installed Vertrigo server - a "LAMP" server, meaning it includes, amongst other things, native MySQL. It has an interface for the MySQL access. The acronym stands for "Linux Apache MySQL PHP" - and so it can server as your portal, as well. Price for Vertrigo is Free.

That being said, I had to install the SQL drivers for php (free from Microsoft) as most of the servers with which I interact are MS SQL.

Finally, however, your question doesn't make sense in that you ask which to use and yet you seem to have already selected MySQL
Both databases are good from the point of view defined as: "best to use for database connectivity with visual studio", because .NET framework provides a way to connect to almost every database. See: .NET Framework Data Providers[^] and ADO.NET Data Providers[^]

I'd suggest to move your focus to the model of data and sql server features, then you'll be able to solve your issue. Till that moment, each answer must be treated as a preference (opinion based on practice) than anything else.
 
Share this answer
 
Comments
Aparna24 16-Mar-15 8:25am    
@Maciej Los-
sure..
[no name] 16-Mar-15 8:35am    
Sound advice! 5ed.
Maciej Los 16-Mar-15 8:51am    
Thank you, Sebastian ;)

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