J
Jerry S
I want to know how the method Fill of the SqlDataAdapter
is actually programmed.
ie.
SqlDataAdapter da = new SqlDataAdapter();
DataSet ds = new DataSet();
da.Fill(ds);
without using a ref or anything else i can pass ds to the
Fill method and voila...wow, i have data in ds.
i've tried unsuccessfully to replicate this behavior...any
ideas?
Thanks,
Jerry S.
TvRatings.Com
is actually programmed.
ie.
SqlDataAdapter da = new SqlDataAdapter();
DataSet ds = new DataSet();
da.Fill(ds);
without using a ref or anything else i can pass ds to the
Fill method and voila...wow, i have data in ds.
i've tried unsuccessfully to replicate this behavior...any
ideas?
Thanks,
Jerry S.
TvRatings.Com