我把获取的时间存在一个变量startimev 中
该变量的值为 2013-4-8 16:39:00
我的语句是这样写的
conn.execute "update hw369_iactivity set startime="&startime&" where id="&id&""
其中ID 是有值的
我换成
conn.execute "update hw369_iactivity set startime='"&startime&"' where id="&id&""
还是报错
望指点指点这mysql中该怎么更新时间呢?
该变量的值为 2013-4-8 16:39:00
我的语句是这样写的
conn.execute "update hw369_iactivity set startime="&startime&" where id="&id&""
其中ID 是有值的
我换成
conn.execute "update hw369_iactivity set startime='"&startime&"' where id="&id&""
还是报错
望指点指点这mysql中该怎么更新时间呢?