G
Guest
When looking at the RecordsetClass in the ADODB primary interop assembly, the
AddNew method has the following signature
ADODB::RecordsetClass::AddNew([System::Object], [System::Object])
The text suggests that both parameters are arrays of objects, but it doesn't
accept an array<Object^>^. Is there any other way of getting this to work?
Thanks
Colin
AddNew method has the following signature
ADODB::RecordsetClass::AddNew([System::Object], [System::Object])
The text suggests that both parameters are arrays of objects, but it doesn't
accept an array<Object^>^. Is there any other way of getting this to work?
Thanks
Colin