
June 7th, 2000, 03:07 PM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'm trying, through an SQL statement, to retrieve table names and column names from a selected database.
Something like...
**PSUEDO CODE**
GET all_table_names FROM $db
->returns(table1, table2, table3, table4)
**PSUEDO CODE**
Is there a way of doing this?
Thanks,
Terry Scott
|