Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get all field names in Microsoft Access Table using SQL

Tags:

sql

jet

ms-access

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

Thanks all

like image 481
Abs Avatar asked Jul 14 '26 02:07

Abs


1 Answers

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!

like image 131
Abs Avatar answered Jul 15 '26 15:07

Abs