"Easy" as in automatic: no, not as far as I know. "Easy" as in "do it
yourself" -- well yes: shouldn't be too difficult to enumerate the
DataTable's Columns and add these fields to the Recordset, then enumerate
the DataTable's Rows and then add the values to the Recordset.

Cheers,
Duncan Smart
[EMAIL PROTECTED]


On Wed, 17 Apr 2002 16:20:23 +1200, Alex Henderson
<[EMAIL PROTECTED]> wrote:

>Is there an easy way to copy the conents of a DataTable in an ADO.Net
>DataSet ie. (myDs.Tables[0]) into an ADODB.Recordset object? The
>ADODB.Recordset is offline (not connected to a datasource...)

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to