Snag wrote: > Hi All, > How compatible is MySQL to MSSql? > If I have a MSSql database and relevant queries, etc., will I be able to use MySQL > to access these?
MySQL will accept nearly all of the same standard syntax as SQL Server, but if the database is running under SQL Server then you have no choice but to use a SQL Server database driver to access it. Copy all the data over to a MySQL database and you can then use MySQL in the same way. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]