How get the names of all the tables from a database in a combo box using c#

Posted by syedsaleemss on Stack Overflow See other posts from Stack Overflow or by syedsaleemss
Published on 2010-04-14T09:46:15Z Indexed on 2010/04/14 9:52 UTC
Read the original article Hit count: 138

Filed under:

Im using c# .net windows form application. i have a SQL database with 5 tables. i need to populate a combobox with these table names. only names should be displayed.

© Stack Overflow or respective owner

Related posts about c#