写入数据库时出错
y928 2001-07-31 02:29:06 错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
/35511/student/regs.asp, 第 175 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
页:
POST 141 bytes to /kkk/student/regs.asp
POST 数据:
name=%B5%D8%B7%BD&mima=2323&check=2323&sex=%C4%D0&addr=%B4%F3%B7%F9%B6%C8%B7%A8&id=3444444444&danwei=&mail=&tell=343434&other=&MM_insert=true
那几行为Set MM_editCmd = Server.CreateObject("ADODB.Command")
MM_editCmd.ActiveConnection = MM_editConnection
MM_editCmd.CommandText = MM_editQuery
MM_editCmd.Execute
MM_editCmd.ActiveConnection.Close
哪错了??