Migrate from MySQL to MSSQL |
11/30/2019 5:35:10 AM |
PHPRunner General questions | |
J
jacktonghk authorDevClub member
I developed a project which uses MYSQL database. Now I would like to migrate it to use MS SQLSERVER instead. What should I do? Thank you. |
|
![]() |
Admin 12/1/2019 |
Save your project 'As template'. Then create a new SQL Server project using this template as a source. |
J
|
jacktonghk authorDevClub member 12/20/2019 |
Save your project 'As template'. Then create a new SQL Server project using this template as a source.
|
J
|
jacktonghk authorDevClub member 12/21/2019 |
Sorry, it's me again. When I tried to add the template to my blank project, it stopped and closed the application in the middle. It also raised an application exception 0xC0000005 in the event viewer which is sanme as I mentioned in my another thread.
|
![]() |
HJB 12/21/2019 |
Sorry, it's me again. When I tried to add the template to my blank project, it stopped and closed the application in the middle. It also raised an application exception 0xC0000005 in the event viewer which is sanme as I mentioned in my another thread. I am using 10.3 build 34262 x64. Thanks.
|
J
|
jacktonghk authorDevClub member 12/21/2019 |
My PHPRunner is a full version and I have converted my MYSQL database to MSSQL already. The program closed with the exception error in the middle of the 'adding' business template process after I have selected my saved template. Not know what's wrong. |
![]() |
HJB 12/21/2019 |
My PHPRunner is a full version and I have converted my MYSQL database to MSSQL already. The program closed with the exception error in the middle of the 'adding' business template process after I have selected my saved template. Not know what's wrong.
|
J
|
jacktonghk authorDevClub member 12/21/2019 |
The saved TEMPLATE contains as well the OLD connection details to MySQL database, so you would need to first run the "old project" under MySQL, changing then the CONNECTION to database from MySQL to MSSQL inside PHPRunner. Once the connection to MSSQL database is done, you would need to save this "NEW" (MSSQL based) template then. So, when you then use the "NEW" (MSSQL connection containing template), PHPRunner can then find the MSSQL connection straightaway.
|