exec="insert into information (name,niname,password,repassword,income,Email,getfrom,business,idcard)values('"&name&"','"&niname&"','"&password&"','"&repassword&"','"&income&"','"&Email&"','"&getfrom&"','"&business&"','"&idcard&"')"
conn.execute exec
错误类型:
Microsoft JET Database Engine (0x80040E14)
INSERT INTO 语句的语法错误。
/web/login.asp, 第 18 行
第十八行是conn.execute exec 貌似没错嘛!
conn.execute exec
错误类型:
Microsoft JET Database Engine (0x80040E14)
INSERT INTO 语句的语法错误。
/web/login.asp, 第 18 行
第十八行是conn.execute exec 貌似没错嘛!
[此贴子已经被作者于2007-5-31 20:10:17编辑过]