Dynamic bindnig CDaoRecordset
I read TN053, a sample of dynamic binding:
COleVariant varFieldValue1(_T("Microsoft"),VT_BSTRT)
rs.SetFieldValue(_T("Customer_ID"),varFieldValue1);
rs.Update();
that is for CString field type. If the field is long, how do we do dynamic binding?
Thanks in advance.
Regards,
Ivan

