C
|
cgphp 7/1/2012 |
I'm not sure I understand what you mean. Try to reformulate your question. |
D
|
dodgebros author 7/1/2012 |
I'm not sure I understand what you mean. Try to reformulate your question.
|
D
|
dodgebros author 7/4/2012 |
Is it better to create a master-detail relationship between two tables in MySQL using phpMyAdmin or create the master-detail relationship between two tables in phprunner 6.1 itself or does it matter which way you create it? HTH Thanks, TD
|
C
|
cgphp 7/4/2012 |
I'm not sure what you mean when you say: "Is it better to create a master-detail relationship between two tables in MySQL using phpMyAdmin or create the master-detail relationship between two tables in phprunner 6.1" |
D
|
dodgebros author 7/5/2012 |
I'm not sure what you mean when you say: "Is it better to create a master-detail relationship between two tables in MySQL using phpMyAdmin or create the master-detail relationship between two tables in phprunner 6.1" You can create tables and their structure in the "Tables" section of PHPrunner but some db tool like PHPmyadmin are more comfortable. In PHPmyadmin you define the structure of the database and in PHPrunner you link tables (master-details) to see records and linked records in a particular way.
|
![]() |
pberis 7/9/2012 |
You can link the tables using phpMyAdmin also. That is what I am asking...which way is best ...link the tables using phpMyAdmin or wait and do it within phprunner? HTH TD
|