What is the content of your DataSet? Is "myTable" the name of a table in the
DataSet?
Are you sure that's the table name and not the name of the DataTable
variable? In other words, is dsDataSet1.Tables[0].TableName = "myTable"?
Assuming of course that your dataset only has one table.
Pete
> Hi,
>
[quoted text clipped - 16 lines]
> MessageBox.Show(exp.Message.ToString());
> }
Rich - 01 Oct 2005 00:39 GMT
Hi, and thanks for responding. There is only one table in the dsDataSet1
DataSet and that table is 'myTable'.
> What is the content of your DataSet? Is "myTable" the name of a table in the
> DataSet?
[quoted text clipped - 26 lines]
> > MessageBox.Show(exp.Message.ToString());
> > }