| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 346 人关注过本帖
标题:[求助]大家看看我的代码哪有错误?
只看楼主 加入收藏
tulipdwh
Rank: 1
等 级:新手上路
帖 子:79
专家分:0
注 册:2006-10-18
收藏
 问题点数:0 回复次数:3 
[求助]大家看看我的代码哪有错误?

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/lenovo.asp" -->
<%
Dim Recordset1
Dim Recordset1_numRows

Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_lenovo_STRING
Recordset1.Source = "SELECT * FROM zxdt ORDER BY shijian desc"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/moban.dwt.asp" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>无标题文档</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>

<body>
<table width="1002" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="img/0001.gif" width="1002" height="209" /></td>
</tr>
<tr>
<td><img src="img/0002.gif" width="1002" height="60" /></td>
</tr>
<tr>
<td height="113" valign="top"><!-- InstanceBeginEditable name="EditRegion3" -->
<table width="100%" border="0">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td><img src="img/下1.gif" width="1002" height="28" /><br><img src="img/下2.gif" /><br><img src="img/下3.gif" /></td>
</tr>
</table>
</body><!-- InstanceEnd --></html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>

Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/iisHelp/common/500-100.asp,行242

Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'

[Microsoft][ODBC Microsoft Access Driver] 不能使用 '(未知的)';文件已在使用中。

/111.asp,行8

我一添加记录集的时候就发生这样的错误。大家帮我看一看这是怎么回事。

搜索更多相关主题的帖子: 代码 
2006-10-18 11:45
islet
Rank: 12Rank: 12Rank: 12
等 级:贵宾
威 望:89
帖 子:6548
专家分:0
注 册:2005-1-28
收藏
得分:0 
你是不是数据库正在打开着
2006-10-18 11:50
tulipdwh
Rank: 1
等 级:新手上路
帖 子:79
专家分:0
注 册:2006-10-18
收藏
得分:0 
没有啊,我都关了啊。
我的系统是2000的
iis是从网上下的
2006-10-18 11:52
islet
Rank: 12Rank: 12Rank: 12
等 级:贵宾
威 望:89
帖 子:6548
专家分:0
注 册:2005-1-28
收藏
得分:0 
你用oledb连接试试
2006-10-18 11:55
快速回复:[求助]大家看看我的代码哪有错误?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.032342 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved