I have written an application: parser and web portal. They are both using SQL Server.
The customer requires it to be in mySQL.
Do you know are they equivalent for SQL scripts?
I think I need to install Connector/NET (http://www.mysql.com/downloads/connector/net/) for doing so. Right?
Thanks in advance.
1: Are MSSQL and MySQL equivalent?
Answer: NO. There are quite a few differences
See http://www.x7media.com/resources/SQL_Differences_Between_Microsoft_SQL_Server_and_MySQL.asp for the differences in syntax.
2: MySQL connector:
Answer: Yes. To use any database system, you need to install its connector. The MySQL connector is available at the url you have in your question.