This topic is locked

SELECT statement

5/11/2005 5:56:25 PM
PHPRunner General questions
Y
Yukon author

How do I need to modify the default SELECT statement such that I can edit one of the child records in a one-to-many relationship? Right now, no matter which of the child records I select, it's the first record that appears for editing and viewing.
Is there full documentation for this product?
I will buy it if documentation is available.

Sergey Kornilov admin 5/12/2005

Hi,
you do not have to modify SQL query for this purpose.
As far as I understand you have choosen incorrect key column for child table. Please note that key column values should be unique for each record.
You can choose key column on Key column tab in PHPRunner.
PHPRunner documentation is available by clicking on Help button. Also you can proceed to Start-Programs-PHPRunner-PHPRunner manual to access the same manual.