hi there
i have a problem using ADO in ActiveX control that i build


CComPtr<ADORecordset> m_rsDataSource;
CComVariant vFieldlist, vValuelist;
vFieldlist="Program";
vValuelist="dhsgks";
//m_rsDataSource is opened
m_rsDataSource->AddNew(vFieldlist,vValuelist);




can someone post some code that works on that case?
i need to insert a new record into a recordset

thank you in advance for your help