[求助]关于类型不匹配
类型不匹配: 'GetRecordset '
/Post.asp, 第 9 行
<%
<!--#include file="ADOFunctions.asp"-- >
Dim objRS,UserName, Title, Content, CurrentTime
UserName=Request("UserName")
Title=Request("Title")
Content=Request("Content")
CurrentTime=Now()
Set objRS=GetRecordset("data.mdb","留言板")
objRS.AddNew Array("作者","主题","内容","时间"), Array(UserName, Title, Content, CurrentTime)
objRS.Update
objRS.Close
Set objRS= Nothing
objConn.Close
Set objConn= Nothing
Response.Redirect"GuestBook.asp"
% >
实在搞不懂,按原书抄都会出错的~~
偶是菜菜,请大家帮个忙看看
[此贴子已经被作者于2007-10-9 18:06:00编辑过]