Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Programmically identify a table' s column name

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-02 : 08:37:38
Mike writes "Is is possible to programmically identify a table's column name. For instance, I'd like to update a table with column names (JanBal, FebBal, MarBal etc...) by determining the month name from a transaction date column, then issue a SQL Update using this name?

I know PC database programs like Foxpro does this, using string variables.

Thanks!"
   

- Advertisement -