№★明儿★№ - №★明儿★№ - 网易博客 linmingmoon.blog.163.com

№★明儿★№ - №★明儿★№ - 网易博客

站名: №★明儿★№ - №★明儿★№ - 网易博客

网址: http://linmingmoon.blog.163.com

目录: 电脑网络 > 软件编程

PR:

Alexa: 0

备案号:

服务器IP: 123.58.180.8   广东省广州市 广州网易计算机系统有限公司

描述: ASP错误编码大全,解决(Microsoft JET Database Engine (0x80040E09)/不能更新。数据库或对象为只读,Provider (0x80004005)未指定的错误的解

查询: [ 网站综合查询 | PR查询 | Alexa排名 | 同IP网站 ]

详细介绍

显示下一条 | 关闭 温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》 | 关闭 №★明儿★№
access数据库开始可以连接成功,但提交数据出现“Provider (0x80004005)未指定的错误”,数据库连接出错,刷新页面无效。
原数据库连接语句为:
Dim conn
conn = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=e:\web\opwer\opwer.mdb"
改为:
Dim conn
conn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:\web\opwer\opwer.mdb"
问题解决。
注意:在本机上,用绝对路径,上传到服务器请用相对路径:"Provider=Microsoft.Jet.OLEDB.4.0;Data
'Coding.inc.asp
'All Rights Reserved, Room3rd@hotmail.com
Dim Count, Pos, Ch, Code
Dim SweetCh
'SweetCh中表示不需要进行编码的字符
SweetCh = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz_{}[]()"
Encode = ""
Count = Len(Str)
Pos = 1
Do While Pos<=Count
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>单表单图片文件上传到数据库 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet">
</head>
<body>
<form name="form1" enctype="multipart/form-data" method="post" action="Img_deal.asp">

猜你喜欢