S
Sam74
Hi, I'm writing a program with Microsoft Visual C# .net version 2002
the program has 4 Forms
and all the database components (DataSet, OleDbDataAdapter, OleDbConnection)
are in form4
as I've got DataGrids in the other forms,
if I go in one of these forms
in the datagrid property, selecting the DataSource I can't select the
dataset in form4
how can I see the dataset in form4 from the other forms?
thankyou
Sam
the program has 4 Forms
and all the database components (DataSet, OleDbDataAdapter, OleDbConnection)
are in form4
as I've got DataGrids in the other forms,
if I go in one of these forms
in the datagrid property, selecting the DataSource I can't select the
dataset in form4
how can I see the dataset in form4 from the other forms?
thankyou
Sam