關於inser 語句
出錯寫法
Lhm.Execute("Insert into admin (Username,Password,LoginIP,LoginTime,LoginTimes) values ('"&Username&"','"&Password&"','"&Lhm.UserTrueIP&"','"&SqlNowString&"',0)")
正確寫法Lhm.Execute("Insert into admin ([Username],[Password],LoginIP,LoginTime,LoginTimes) values ('"&Username&"','"&Password&"','"&Lhm.UserTrueIP&"','"&SqlNowString&"',0)")