W
Wayne Wengert
Is there an equivalent in .NET for the ADO "GetRows" method?
Wayne
Wayne
Miha Markic said:Hi Wayne,
DataTable and DataAdapter.Fill method are sort of an equivalent.
What exactly do you need?
--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
Wayne Wengert said:Is there an equivalent in .NET for the ADO "GetRows" method?
Wayne
Wayne Wengert said:Miha;
Thanks for the response. I wanted to end up with an array of rows/columns.
I am looking at just filling a dataset and using that along the lines you
suggest.
Wayne
Miha Markic said:Hi Wayne,
DataTable and DataAdapter.Fill method are sort of an equivalent.
What exactly do you need?
--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
Wayne Wengert said:Is there an equivalent in .NET for the ADO "GetRows" method?
Wayne