MySQL to SQL Server

Hi All,

I would like to know if it is possible (even with a little effort) to convert an application I have that currently has a MySQL connection to use a SQL Server connection (same database - well, the same in that they have the same tables, obviously sometimes slightly different data types).

Kind regards,
sifa

Re: MySQL to SQL Server

ScriptCase was made for this . You just need to change the connection and recompile.

You will have problem only if the applications is using any SQL statement that is particular to MySQL. But you wont have any big problem.