This topic is locked

Convert Project from Mysql to SQL Server

10/27/2009 10:45:14 AM
PHPRunner General questions
D
daviesgh author

How difficult is it to convert a project from Mysql 4.1 to Microsoft SQL Server 2005 and what steps would be required, while trying to retain as many settings in phprunner as possible?
I am using phprunner 4.1. Does this version support SQL Server 2005? Would moving to phprunner 5.1 make the conversion easier?
Regards
Gordon

J
Jane 10/28/2009

Gordon,
there is no common scheme how to convert project file.

In general open project file in any text editor and edit all SQL queries (for example replace `` MySQL database quotes qith [], replace MySQL functions with equivalent MSSQL functions). Make the same changes for events if you use it.