您的位置:程序门 -> vb -> 网络编程



microsoft jet database engine (0x80040e07)


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


microsoft jet database engine (0x80040e07)
发表于:2007-11-19 18:12:39 楼主
<%  
  id=cint(request.querystring("id"))
set   rs=server.createobject("adodb.recordset")
sql="select   *   from   new   where   new_id='"&id&"'"
rs.open   sql,conn,1,3
%>
<table   width="909"   border="0"   cellpadding="0"   cellspacing="0">
                <tr>
                    <td   height="25"   align="center"   bgcolor="#f6edd9"   > <b> <%=rs("new_topic")%> </b> </td>
                </tr>
                <tr>
                    <td   height="26"   align="center"   bgcolor="#efddb9"   > <%=rs("new_date")%> </td>
                </tr>
  <tr>
                    <td   bgcolor="#f6edd9"> <br   /> <%=rs("content")%> </td>
                </tr>
<%
rs.close
set   rs=nothing
%>
这是我的源文件(错误类型:
microsoft   jet   database   engine   (0x80040e07)
标准表达式中数据类型不匹配。
/castlehotle0/castlehotle/news_view.asp,   第   25   行
发表于:2007-11-19 18:21:151楼 得分:0
我自己已经解决!!


快速检索

最新资讯
热门点击