list table name of ms access database

admin

Administrator
Staff member
Hi,

I need help,
I want to know and to store in a variable the name of my table in my access database.
With $toto=odbc_tables($idbase);
$trtr=odbc_result_all($toto) ;
I can have the description of my database but i don't know how to store the table name ?

Thanks for your help

Regards,
 
Back
Top