how do i display a database?
Printable View
how do i display a database?
You probably want to read up on the DataGrid control:
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemWindowsFormsDataGridClassTopic.htm
While you can show the contents of a database's tables with other controls, if you are working with multiple columns then the DataGrid is a lot easier to get started with than the others (other controls aren't very "smart" about how they display database table contents).