This topic is locked

Beta crashing (build 433)

9/21/2008 10:29:01 PM
PHPRunner General questions
B
BillyBobRob author

Hi there,
I'm testing out the beta version and it keeps crashing when I'm editing the table link properties in the Edit sql query screen. When I link to fields between 2 tables which are not declaired as foreign keys in the MySql database, PhpRunner 5.0 beta keeps crashing. This however does not happen on the Datasource tables screen.
Moreover, why don't the links from the Datasource tables screen transfer to the Edit sql query screen ? I worked everything through on the first screen and was surprised to have to do all the work over again when getting to the next screen !
I'm working with MySql 6.0.6 and build 433.
Thanks.
Rob

Sergey Kornilov admin 9/22/2008

Rob,
diagrams on "Datasource tables" and "Edit SQL query" screens serve different purposes. On Datasource tables screen you define master-details relationships between tables. On Edit SQL query screen you setup SQL query for individual tables.
For example, you may want to link Orders and OrderDetails as master-details while keeping each SQL query intact.
In regards to crash send SQL script that creates tables to support@xlinesoft.com along with steps to reproduce the bug.