Hi,
Is it possible to write a script that, when provided with a database,
it will return all the tables names?
I will go onto try and put together a script that will not only output
the table names but also output the sql code required to CREATE the
table (i.e. CREATE TABLE example (exampleid auto_increment not null
primary key integer, name text, email text);) - Is this pretty simple
to do? Are there any free scripts online that would do this? Cheers
Burnsy
Is it possible to write a script that, when provided with a database,
it will return all the tables names?
I will go onto try and put together a script that will not only output
the table names but also output the sql code required to CREATE the
table (i.e. CREATE TABLE example (exampleid auto_increment not null
primary key integer, name text, email text);) - Is this pretty simple
to do? Are there any free scripts online that would do this? Cheers
Burnsy
Comment