How do I get the description of a column

admin

Administrator
Staff member
Hi.

Using MSSQL 7 via ODBC.

Using the odbc_columns(...) function to get a list of columns in a table.

Works OK.

I have set some column descriptions in the SQL Server, but they do not come across in the REMARKS column of the odbc_columns result set.

Can they be extracted in any other way?

Regards,

Richard Quadling.
 
Back
Top