非常值得收藏的asp常见错误参数以及说明原因!

  [复制链接]
asp常见错误参数:

平时写程序的时候出错时的解决方法,不太全,但是一般问题应该都有了,呵呵,欢迎大加添加新的错误信息及解决方法

I.
Active Server Pages, ASP 0126 (0x80004005) --> 找不到包含文件

Microsoft OLE DB Provider for ODBC Drivers (0x80040E21) --> sql语句出错(数据类型不匹配或表名(字段名)错误或表处于编辑状态,或表不存在于conn打开的数据库中)

Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) --> sql语句出错(字段名错
误,或数据类型不匹配)

Microsoft OLE DB Provider for ODBC Drivers (0x80040E07) --> sql语句出错(要插入或更新的字段的类型与变量数据类型不匹配)

Microsoft OLE DB Provider for ODBC Drivers (0x80040E57) --> sql语句出错(要插入或更新的数据溢出)

Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) --> sql语句出错(update字段名或要更新的数据类型错误)

Microsoft OLE DB Provider for ODBC Drivers (0x80004005) --> sql语句出错(要插入或更新的字段的数值不能为空值)

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)  --> 打开数据库出错,没有在指定目录发现数据库

Microsoft OLE DB Provider for ODBC Drivers (0x80040E37) --> 没有发现表

Microsoft VBScript 运行时错误 (0x800A000D) --> 错误引用rs变量(rs对像已关闭或未定义)

Microsoft VBScript 运行时错误 (0x800A01C2) --> vbscript脚本错误(vbscript语句出错)

Microsoft VBScript 运行时错误 (0x800A01F4) --> 变量未定义

Microsoft VBScript 运行时错误 (0x800A0006) --> vbscript脚本错误(溢出错误)

Microsoft VBScript 编译器错误 (0x800A040E) --> 缺少loop

Microsoft VBScript 编译器错误 (0x800A03EA) --> 缺少if或end if

Microsoft VBScript 编译器错误 (0x800A03EE) --> 语句未结束(缺少\")\")

Microsoft VBScript 编译器错误 (0x800A03F6) --> if语句出错(缺少end if)

Microsoft VBScript 运行时错误 (0x800A005B) --> 缺少set

Microsoft VBScript 运行时错误 (0x800A0005) --> 变量未定义

Microsoft VBScript 编译器错误 (0x800A03F9) --> if语句缺少then

Microsoft VBScript 编译器错误 (0x800A0411) --> dim语句定义错误

Microsoft VBScript 编译器错误 (0x800A0408) --> sql语句错误(?????????????????)

ADODB.Recordset (0x800A0BB9) --> sql语句出错(sql语句或conn语句未定义或对一个rs属性进行赋值时发生错误)

ADODB.Recordset (0x800A0CC1) --> rs对像出错(rs对像本身不存在或错误地引用了一个不
存在的字段名)

ADODB.Recordset (0x800A0BCD) --> rs对像出错(记录集中没有记录却对记录集进行操作)

ADODB.Recordset (0x800A0E78) --> rs对像出错(记录集不存在,缺少rs.open语句)

ADODB.Recordset (0x800A0CC1) --> rs对像出错(引用了一个不存在的字段名)

ADODB.Recordset (0x800A0E7D) --> conn定义错误

ADODB.Recordset (0x800A0CB3) --> 数据库以只读方式打开,无法更新


II.
问题描述:
ASP无组件上传程序无法上传较大的文件“Request 对象 错误 \'\'ASP 0104 : 80004005\'\'”,(大概大于100kb就不行),但是原先在2000 server中可以上传5m左右的文件。

解决方法:
在IIS属性中选中“允许直接编辑配置数据库”,然后。在服务里关闭iis admin service服务
找到windows\\system32\\inesrv\\下的metabase.xml编辑其中的ASPMaxRequestEntityAllowed 把他修改为需要的值,默认为204800,即200K,把它修改为51200000(50M)或者更大。然后重启iis admin service服务

亦可使用Metabase Explorer,参考:
http://www.microsoft.com/downloa ... 3-B628-ADE629C89499

适用:Windows 2003 IIS 6.0
III.
http错误405 不能使用该方法的原因:
这个是dreamweaver本身的程序问题,dreamweaver mx和dreamweaver mx2004都有这个问题存在,现在官方已经推出了升级补丁来解决这个问题了。
http错误405 不能使用该方法的解决办法:
一.要解决这个问题,您还是先要检查您要联机的数据库权限是否适合,相关的教材:
www.e-dreamer.idv.tw/action.php? ... s&article_id=60
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏
收藏0
本帖违规,我要举报
举报本帖
免责声明:
本站资源均来源于网络或是会员上传,版权和著作权归原作者所有,如有不愿意被转载,请点击这里通知我们第一时间删除!
所有资源仅供下载后在本地学习研究参考使用!您必须在下载资源后的24个小时之内,从您的电脑中彻底删除。
所有资源不能用于任何商业和非法目的,否则一切后果请用户自负。如您需要商用,请支持和购买正版,本站不对您的使用负任何责任!
会员所发布的信息中如有涉及到具体的第三方个人(单位/公司)隐私、商业秘密等,侵犯其权益,对其构成不良影响的,本站有权不做通知直接删除!

精彩评论50

跳转到指定楼层
50#
okman1214 发表于 2022-6-7 16:19:03 | 只看该作者
感谢楼主分享
49#
lvbz7hNw 发表于 2013-4-2 11:00:00 | 只看该作者
燕之屋shop.yanzhiwu.com
48#
慕诚旗舰店 发表于 2013-3-6 16:26:13 | 只看该作者
轻盈挺实的全棉面料,手感爽滑细腻,光泽自然亮丽、防皱,引领时尚舒适的休闲英伦风潮。鲜明的风格,低调的色彩,带出简约的风华。注重时尚的同时也
47#
veblen 发表于 2013-1-29 15:33:05 | 只看该作者
asp都沒幾個站用吧。。
46#
客友keyoou.com 发表于 2013-1-6 17:38:25 | 只看该作者
客友(keyoou.com)来报道,哈哈!
45#
goutong 发表于 2012-11-17 22:13:43 | 只看该作者
顶你,专为贡献值而来
44#
xjhe5dCz 发表于 2012-10-24 05:56:35 | 只看该作者
     拒绝日货!从我做起!从现在做起!请与你的家人、朋友、同事、员工一起来。树莓派II卡片电脑,纯国货,无污染,299元让你的电视变电脑
     风火轮承诺,每卖出1个“树莓派II”,就向国家捐款0.5元.

[img=,388,196]http://www.arm-cn.com/images/shumeipai/sddd.jpg[/img]
43#
aeix8kMp 发表于 2012-10-19 18:44:18 | 只看该作者
神马都是浮云。。。。
42#
chushuan5486 发表于 2012-10-8 10:04:59 | 只看该作者

UGG Classic Mini|UGG Classic Mini Boots-

火车采集器html简单模板示范
Chippewa Boots For Style
Chippewa has been a well known brand of boots since 1901 and has been famous for its brilliant quality and skills in manufacturing world class boot wear. Chippewa products make outdoor activities fun and more lively and adventurous because they boast the best quality.Chippewa has actually been making quality footwear using the best material**ailable in the market and has its own boot making technologies and finding comfort in every pair you wear is what Chippewa aims to achieve for every one of its customers.? Would you believe it,UGG Annabelle|UGG Annabelle Boots, every single pair of these great shoes is made manually to ensure that there s no difference in quality while being produced on a mass scale. It s this that makes these Chippewa products superior to all the rest,http://www.sanctusonline.org/forums/topic/preparing-a-place?replies=1#post-3341!? Some women find Chippewa men s footwear good to look at and stylish. However if you are unaware of the size you re looking for here s a simple way of finding out   just minus 1.5 sizes from your present female shoe size!? When it comes to quality and comfort, there s nothing like Chippewa products. If you re looking for motorcycle kickers,http://www.mhyk.com/html/dongmantequ/manhuazhuanqu/chengrenmanhua/2009/0812/212.html, this is the brand you should look at. Theirs can be used anywhere; bad grounds,UGG Classic Mini|UGG Classic Mini Boots,http://wynnga.com/members/home, rocky landscapes and violent weather and its protection for the rider all the way through. The styling and sizes are numerous, and there are boots meant for every purpose! What matters most is that, Chippewa products are durable,UGG Plumdale|UGG Plumdale Boots, that s why the company has lasted a century!? What makes motorcycle footwear different? Here s how you characterize them. These shoes should be strong enough to live up to the spirit of motorcycling. They **e to endure large temperature differences and depending on the weather **e to keep the feet dry or warm but still as comfortable as possible hence they can t be like normal boots. Motorcycle ones should be made tough for rough surfaces, and should be comfortable whether used on dirt or stony surfaces or asphalt! All Chippewas **e these characteristic features, so it s up to you to make your own choice of things.Depending on the need for protection, you can choose the height you need. Heights can be anywhere between six to seventeen inches, and an increase in height gives more protection.These boots are made of leather and many **e soles with spikes. The first ones made by Chippewa were logger boots. Its popularity prompted Chippewa to make specialized footwear like this.Chippewa presently makes products for people who are adventurous and also for sports purposes. The quality is surely beyond any other!So what do you need to do to find this comfortable? Boots like these need to be worn with thick socks. This ensures the product is not too loose or too tight for your feet when you wear your socks. Also while wearing them, make sure you put your feet in with ease rather than **ing to break in because it might cause corns if you walk around too much in them while they are still new.
41#
Toxic.耗子 发表于 2012-9-22 06:00:22 | 只看该作者
见贴就回见贴就回见贴就回见贴就回见贴就回
您需要登录后才可以回帖 登录 | 注册帐号

本版积分规则

关注2

粉丝6

帖子2313

发布主题
15年专注源码提供
侵权投诉处理

点击这里投诉侵权

周一至周日10:00-21:00

反馈建议/违规信息举报

webmaster@souho.net 在线客服咨询

扫描二维码关注我们

严禁任何人以任何形式在本站发表与我国法律相抵触的言论!本站资源仅供本地学习研究,禁止用于任何违法犯罪活动!

搜虎源码所有资源来自网络收集整理,版权和著作权归原作者所有,仅供本地研究学习。若有侵权,请联系管理员及时删除!

所有资源严禁用于任何商业目的,否则一切后果请用户自负。如您需要商用,请支持和购买正版,本站不对您的使用负任何责任!

如会员所发布的信息中有涉及到具体的第三方个人(单位/公司)隐私、商业秘密等,侵犯其权益,对其构成不良影响的,本站有权不做通知将该信息予以直接删除处理!

网站备案号: 鄂ICP备17009394号-2