J
juli jul
Hello,I am trying to retrieve a column from a dataset which will be in
array as a collection of strings.
I am doing something like that:
ds = new DataSet();
Adapter1.Fill(ds);
MessageBox.Show(ds.Tables["n"].Columns["p"].ToString());
but it's not working (it gives the :Object reference not set to an
instance of an object.)
why? how can I do it?
Thanks a lot!
array as a collection of strings.
I am doing something like that:
ds = new DataSet();
Adapter1.Fill(ds);
MessageBox.Show(ds.Tables["n"].Columns["p"].ToString());
but it's not working (it gives the :Object reference not set to an
instance of an object.)
why? how can I do it?
Thanks a lot!