G
Guest
Hi
Is there any way of declaring an array of DataRow of variable size (or
dynamic array) in ADO.net as the fowwing syntax require the size of the array.
array<DataRow^>^ rows= gcnew array<DataRow^>(size);
I am searching my SQL Server2005 databases DataTable for a given column
value using DataTable::Select method and I don't know how many rows will it
return depending on the selection criteria.
Thanks for any help.
Manjree
Is there any way of declaring an array of DataRow of variable size (or
dynamic array) in ADO.net as the fowwing syntax require the size of the array.
array<DataRow^>^ rows= gcnew array<DataRow^>(size);
I am searching my SQL Server2005 databases DataTable for a given column
value using DataTable::Select method and I don't know how many rows will it
return depending on the selection criteria.
Thanks for any help.
Manjree