sqlms-accessjet

Get all field names in Microsoft Access Table using SQL


How do I get all the field names in a Table in Microsoft Access using JET SQL?

Thanks all


Solution

  • I was making using of the ODBC extension in PHP and it has a function to do this!

    In case anyone needs this in the future its, odbc_tables!