ado_dotnet thread: ado.net equivalent of recordset.getrows()???
hi everyone, is there an ado.net equivalent of recordset.getrows()? i want to represent a datarows object as an array. tia
'consider the following objects
Dim ds as DataSet=New DataSet
Dim tb as DataTable=New DataTable
tb=ds.Table(0)
'assuming the dataset.already filled and opend
' Declare an array of DataRow
Dim r() as DataRow=tb.Select
'the above line of code accutually create array of DataRow
AMIR-WYNE
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
|





