Here's what i need
I'm programming for a subject of asp and access.
I'm looking for a special SQL statement. When i execute that SQL statement, it return a list of all columns' name of a table.
Something like this :
"Select all_culumn_name from table_name"
Can you help me?