Viewing 6 posts - 16 through 22 (of 22 total)
Thank you everyone.
February 2, 2009 at 10:28 pm
if Dataset.Tables[0].Rows.Count=0 then Dataset is empty.
January 9, 2009 at 2:17 am
Yes, i know TEXT is a binary datatype. But i need to use it as a string datatype.
My issue is, i need to export datas in a table into a...
December 18, 2008 at 9:14 pm
1. The maximum size is limited by Int32. So 2^32 is the maximum number of DataTables you can hold inside a DataSet. So the max size is 2 billion.
2. The...
December 17, 2008 at 11:51 pm
Viewing 6 posts - 16 through 22 (of 22 total)