M
Michael Jackson
Looking for a suggestion.
Using .NET 2003 and SQL Server 2000, I'm using GetSchemaTable to get the
schema of mutiple tables. I populate a listbox with the column names and
allow the user to multi-select the column names, then using the selected
column names, I create a query returning just those columns.
However, I would like to present the user with a "friendly name" for the
column rather than the column name from the table, e.g. Employee Name as
opposed to EmpName.
When designing a table in SQL Server Enterprise Manager, you can enter a
Description for the column. How could I use that information?
Michael
Using .NET 2003 and SQL Server 2000, I'm using GetSchemaTable to get the
schema of mutiple tables. I populate a listbox with the column names and
allow the user to multi-select the column names, then using the selected
column names, I create a query returning just those columns.
However, I would like to present the user with a "friendly name" for the
column rather than the column name from the table, e.g. Employee Name as
opposed to EmpName.
When designing a table in SQL Server Enterprise Manager, you can enter a
Description for the column. How could I use that information?
Michael