日期:2014-05-17 浏览次数:20429 次
string time=DateTime.Now.tostring(); string strSql = "update 表名 set time='"+time+"' where id=xxx"; ------解决方案--------------------update 表名 set time=getdate() where id=xxx