Get the names of the details tables for a master table in mysql using a query
I want to build a dynamic web application using php that can guess the
children table names and the foreign key fields that relate each table
with other in order to export the master record with its children records
. I can do so by giving the names to my application manual but I want my
application to be more intelligent . Please, any help ?
No comments:
Post a Comment