|
500481 4/22/2010 |
Hello, I have a huge problem. We have developped a project with PHPRunner using more than 50 tables. It was created in our company using MySQL for several weeks now. Our first customers are running MySQL too and are very satisfied with the interface and all functionnalities provided. But the project must imperatively be installed and configured to run with SQLServer and PostgreSQL!! I thought it was not a problem since PHPRunner supports those databases. But, when I go back to the connection screen and switch to one of the other databases installed on the server, none of the tables are recognised in the "Tables" screen. And none of the views, reports and charts are displayed! So the project is completely broken! I think the problem is that PHPRunners doesn't match the table names since it reads PostgreSQL & SQLServer tables with a prefix ("public" & "dbo"). I cannot avoid this project to run with multiple databases, and I cannot create multiple projects for maintenance and evolution reasons! Please show me the way to have this running... It is very very important! Thanks in advance, Benj.
|
![]() |
Sergey Kornilov admin 4/22/2010 |
Switching databases may not be possible in some cases even if you do it right. There are some database-specific settings in PHPRunner like field types that will not convert seamlessly. |