Re: recordset.GetRows agains DataSet
Greg Robinson <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
for each row as DataRow in dataset.Tables(x)
array.add(row)
next
Greg Robinson
Custom Data Systems, Inc.
www.cds-am.net
-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps
and controls [mailto:[email protected]]On Behalf Of
Carlos Venero
Sent: Wednesday, May 16, 2007 2:43 PM
To: [email protected]
Subject: [DOTNET-WINFORMS] recordset.GetRows agains DataSet
I have a function that fills an array with the rs.Getrows from adodb
How could i make this happens with a DataSet(less lines of code the best)
Thanks
krlos