I once came across a MySQL Frontend app that displayed foreign linked rows within the parent row, if for instance the Client
table has a foreign key to the Suburb
table:
Do you know of any Frontend that can do this?
I once came across a MySQL Frontend app that displayed foreign linked rows within the parent row, if for instance the Client
table has a foreign key to the Suburb
table:
Do you know of any Frontend that can do this?
phpmyadmin has the option
see server configuration and relation page in the pma wiki
Microsoft access can do it for mySQL
Here is more information on the topic
It indicates that you can open a Table or a Query then in the insert menu select subdatasheet. Then you use the child and link Master fields to get the display you are looking for.
You could also try the database client in openoffice.org
Unfortunately I was checking out Navicat but it does not do what you are looking for so all I found was Microsoft Access.
SQL Maestro popups sub datasheets for foreign rows
http://www.sqlmaestro.com/products/mysql/maestro/screenshots/getting_started/data_grid/
SQL Manager for MySQL can view table data in "multilevel mode":
http://www.sqlmanager.net/products/mysql/manager/screenshots/777
SQL Edge has a "Relationship view" that shows foreign rows: