[求助]链接的问题!>??
我有这样一个超链接语句<a href="show.asp?program=<%=rs("program")%>" target="show" target="_blank">
show.asp用的
<%
Dim ti
ti=request("program")
Set rs= Server.CreateObject("ADODB.Recordset")
strSQL="SELECT * FROM content where program="&ti
rs.open strSQL,Myconn,1,1
%>
然后链接数据库时就是出错
Microsoft JET Database Engine 错误 '80040e10'
至少一个参数没有被指定值。
/hopesite/school/show.asp,行7
对了,我传递的是中文,有关系吗?
还有program属于文本属性
[此贴子已经被作者于2006-8-29 15:30:11编辑过]