Click to See Complete Forum and Search --> : A few questions about using OleDbConnection


savagerx
August 21st, 2003, 12:20 PM
May I kindly ask for a simple example of how one can retrieve records from multiple tables and represent them in one datagrid.

riscoh
August 25th, 2003, 11:05 AM
use dataset.....
make a relation to each and every table of the dataset.......

then

DataGrid.DataSource = Dataset


the datagrid will do the rest for you......