Consultor Eletrônico



Kbase P107755: How to obtain a list of field names for a table from SQL
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/08/2005
Status: Unverified

GOAL:

How to obtain a list of field names for a table from SQL

GOAL:

SQL command to access field names of a table

FACT(s) (Environment):

Progress 9.1D
ODBC Drivers

FIX:

SELECT * FROM SYSCOLUMNS WHERE SYSCOLUMNS.TBL = 'tablename';