strSql = "INSERT INTO account VALUES (name=""zhao"",mon=99)"
logfile.WriteLog strSql
adoConn.Execute strSql出错,logfile得到的是:
INSERT INTO account VALUES (name="zhao",mon=99)
Error: -2147217904至少一个参数没有被指定值。
我这是用ado连接access数据库其它的我还试了
strSql = "INSERT INTO account VALUES (name='zhao',mon=99)"
strSql = "INSERT INTO account VALUES ([name]='zhao',mon=99)"
都是一样的错