Retrieve column names of a table into a combo box

Posted by syedsaleemss on Stack Overflow See other posts from Stack Overflow or by syedsaleemss
Published on 2010-04-26T05:09:45Z Indexed on 2010/04/26 5:33 UTC
Read the original article Hit count: 236

Filed under:
|

Im using c# windows form application. I have a database with many tables. Each table has several columns. I need to populate the combo box with the column names for a selected table.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql-server