I am trying to get as much info as I can from a Microsoft Database using PHP and ODBC
What I need is :
- List table names and fields
- List queries and read/write their SQL
- Create new tables and queries
- Eventually write to a module
Is there any way to do this using ODBC or a third-party php module ?