How to get column names of a table
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Hi How can i get column names of a given table from a MS Access DB? Is there any query to do it?? Please help.
We Believe in Excellence www.aqueelmirza.cjb.net
-
Hi How can i get column names of a given table from a MS Access DB? Is there any query to do it?? Please help.
We Believe in Excellence www.aqueelmirza.cjb.net
Look at the answers to your previous post.[^] Chandra
-
Hi How can i get column names of a given table from a MS Access DB? Is there any query to do it?? Please help.
We Believe in Excellence www.aqueelmirza.cjb.net
Hi I know how to get column name in sql server.U try it in access Hope it will be working. SELECT COL_NAME(OBJECT_ID(Tablename), index of column) Thank monika software developer