This message was edited by the ljuba at 2002-3-16 15:51:4
I took all MySQL databases and tables in some database in PHP like this:
$listdb = mysql_list_dbs();
$listtb = mysql_list_tables ($currdb);
How I can make this in ASP for Access databases (or for MS SQL)?
Or if I choose mdb file how to know 'structure' ... tables, fields of tables, ...?
Thanks
Aleksandar