access 的时间/日期类型数据怎么插入,我要求用SQL语句来完成如
variant_t RecordsAffected;
char cSQL[1000]; memset(cSQL, 0, 1000); sprintf(cSQL, 
"insert into tab_machine VALUES('%s',%d, %d, %d, 0)",
comm, commtype, commstatus, group);
m_pConnection->Execute(cSQL,&RecordsAffected,adCmdText);这样的形式