Database Operation with System.Object
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can i store database table data into System.Object array without using DataTable or DataReader
-
How can i store database table data into System.Object array without using DataTable or DataReader
Use a DataSet - it's all you've got left. Alternatively, you could use Linq, but the fact that you are trying to store it in an object tells me that this is probably well beyond your capabilities - as is using google.
Deja View - the feeling that you've seen this post before.