I am just learning about MySQL. Can someone give me a boost up the learning curve. What are the pros and cons of using MySQL with an access ftont end. How does it compare with using SQLServer?
MySQL and SQL Server are both relational database servers. They have comparable core functionality in the use of SQL queries to manipulate data. They differ in some of the additional functionality -- MySQL does not yet support an internal programming language, views, stored procedures. I say "yet", because a lot of this functionality is coming in MySQL 5.0, which is not yet a production release.
The other difference, too, is cost. SQL Server will run you about $5000/processor plus an additional cost for each concurrent user. MySQL is available as GPL software or as supported licensed software, but the license is significantly less expensive than SQL Server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.