|
-
May 8th, 2002, 02:41 AM
#1
ADO ATL
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|