dschomburg
MIS
I'm trying to see all the fields in a table. Using ODBC directly is a deadend street, however using the Command Center I can grab the data just fine.
The problem is I don't know all of the fields available to use in the table. And nobody has any documentation!!
If I use SQL:
SELECT * FROM TABLE
I get the records but the field names are not listed. If I use something like SELECT THISFIELD FROM TABLE then the query result will have a field header of 'THISFIELD' -as an example.
Is there a way just to see the fields (Columns)?
The problem is I don't know all of the fields available to use in the table. And nobody has any documentation!!
If I use SQL:
SELECT * FROM TABLE
I get the records but the field names are not listed. If I use something like SELECT THISFIELD FROM TABLE then the query result will have a field header of 'THISFIELD' -as an example.
Is there a way just to see the fields (Columns)?