N
Nick Finch
Can anyone help. We have an Application that includes a
number of VBA addins. As a result, to be compatible with
old versions of Office Apps, we must convert any data from
a VB.NET DataTable to a disconnected ADO Recordset.
I have spent a bit of time looking at this, but can only
see references to using the DataAdaptor Update method,
which only seems to apply if the data originated from the
ADO Recordset. Does anyone know an efficient method of
converting a VB.NET DataTable to a disconnected ADODB
Recordset.
Thanks in advance
Nick
number of VBA addins. As a result, to be compatible with
old versions of Office Apps, we must convert any data from
a VB.NET DataTable to a disconnected ADO Recordset.
I have spent a bit of time looking at this, but can only
see references to using the DataAdaptor Update method,
which only seems to apply if the data originated from the
ADO Recordset. Does anyone know an efficient method of
converting a VB.NET DataTable to a disconnected ADODB
Recordset.
Thanks in advance
Nick