向高手请教关于数据库连接的问题
我是一名初学者,正在学关于asp连接数据库方面的知识以下是一个简单代码
<html>
<head>
<title>沈龙霖</title>
</bead>
<body>
<%
set mydata=server.createobject("adodb.connection")
mydata.open "addressdata"
mydata.execute("insert into address (name,tel) values('骆莉莉','8809223')")
mydata.close
set mydata=nothing
%>
</body>
</html>
已在数据源中加入了数据库,可是显示结果说
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
[Microsoft][ODBC Microsoft Access Driver] 操作必须使用一个可更新的查询。
/index.asp,行 9
请问是为什么,正确的插入语句应该是怎么样的?

/home/bbs3/wdb/upload/forum2_f_269_1068812954.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http:///home/bbs3/wdb/upload/forum2_f_269_1068812954.jpg');}" onmousewheel="return imgzoom(this);" alt="" />