![]() |
Sergey Kornilov admin 11/8/2007 |
The current version of PHPRunner do not allow you to use more than one field to define Master-Details relationship. |
V
|
voicemagic author 11/8/2007 |
OK, I have two tables: |
J
|
JColtro 11/9/2007 |
I had the same problem and I solved through the creation of a VIEW in the database. Catch the two fields and create an only one to use in PHPRUNNER. See the example that I created: "..... select concat (`a`. ` COMPANY `, `a`. ` BRANCH `) AS ` ID `,..... ". That solves the problem, except for entrance of new registrations or alteration of those already existent. |
V
|
voicemagic author 11/9/2007 |
I'm not sure I follow. |
![]() |
Sergey Kornilov admin 11/9/2007 |
This view needs to be created in the database itself. |
V
|
voicemagic author 11/9/2007 |
This view needs to be created in the database itself.
|
V
|
voicemagic author 11/9/2007 |
MySQL server does not support this type of view. |
![]() |
Sergey Kornilov admin 11/9/2007 |
MySQL 5.0 does. |