Writing an application with a user-definable table structure, IE the application will have to deal with tables of dynamic size and structure.
So the question is: without respect to the information IN the fields, is there a way to query the table structure directly?
Normally, "select * from table" results in an array passed back, with a key of the table name and the data field being the value stored.
Is there a way to query an EMPTY database to get JUST THE STRUCTURE of the table, IE field names and that's it?
-Ben
So the question is: without respect to the information IN the fields, is there a way to query the table structure directly?
Normally, "select * from table" results in an array passed back, with a key of the table name and the data field being the value stored.
Is there a way to query an EMPTY database to get JUST THE STRUCTURE of the table, IE field names and that's it?
-Ben