| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1251 人关注过本帖
标题:[求助]我的系统提交过出现了"Microsoft OLE DB Provider for ODBC Drivers ...
只看楼主 加入收藏
ekin119
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-5-15
收藏
 问题点数:0 回复次数:2 
[求助]我的系统提交过出现了"Microsoft OLE DB Provider for ODBC Drivers (0x800

我的提交页面的原代码如下:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>课程设置</title>
</head>

<body background="../tupian/b.jpg">
<form action="kctj.asp" method="post" name="liuyan">
<p align="center"><b><font size="7" face="华文彩云">课程设置</font></b></p>
<div align="center">
<center>
<table border="1" width="48%" height="270">
<tr>
<td width="30%">
<p align="center">课程编号</td>
<td width="45%">
<p align="center"><input type="text" name="cid" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">课程名称</td>
<td width="45%">
<p align="center"><input type="text" name="name" size="20"> </td>
</tr>
<tr>
<td width="30%">
<p align="center">上课时间</td>
<td width="45%">
<p align="center"><input type="text" name="lks" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">上课地点</td>
<td width="45%">
<p align="center"><input type="text" name="ladd" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">任课老师</td>
<td width="45%">
<p align="center"><input type="text" name="tname" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">教师编号</td>
<td width="45%">
<p align="center"><input type="text" name="tid" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">开课院系</td>
<td width="45%">
<p align="center"><select name="cname">
<option "计科系">计科系
<option "管理系">管理系
<option "数学系">数学系
<option "中文系">中文系
<option "化学系">化学系
<option "体育系">体育系
<option "外语系">外语系
<option "艺术系">艺术系
<option "政法系">政法系
</select>  </td>
</tr>
<tr>
<td width="30%">
<p align="center">学分</td>
<td width="45%">
<p align="center"><input type="text" name="xf" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">课程性质</td>
<td width="45%">
<p align="center"><select name="xz">
<option "必修">必修
<option "选修">选修
</select></td>
</tr>
</table>
<p>&nbsp; </p>
<hr>
<CENTER><table width=700 background="file:///D:/web/tupian/05.jpg" >
<TBODY>
<tr align="middle">
<td width="352"><input type="submit" value="提交"></td>
<td width="352"><input type="reset" value="清除"></td>
</form>
<DIV align=center>
<form action="cKSZ.asp" method="post">
</div>
<td width="749"><a><input type="submit" value="查看设置"></a></td></TR></TBODY></TABLE></CENTER></FORM>
</body>
后太是sql server,提交后出现的是:

技术信息(用于支持人员)

  • 错误类型:
    Microsoft OLE DB Provider for ODBC Drivers (0x80040E0C)
    没有为命令对象设置命令。
    /xxx/xuanke/kctj.asp, 第 76 行

  • 浏览器类型:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

  • 网页:
    POST 89 ??? /xxx/xuanke/kctj.asp

  • POST Data:
    cid=10001&name=1&lks=1&ladd=1&tname=1&tid=1&cname=%BC%C6%BF%C6%CF%B5&xf=1&xz=%B1%D8%D0%DE

    求助那位高手可以帮我解决一下这个问题!小弟在这先谢谢了!



搜索更多相关主题的帖子: Microsoft OLE ODBC Drivers Provider 
2006-05-15 21:32
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:0 
kctj.asp这个网页出了问题,但楼主没有提供出问题的代码。
2006-05-15 21:34
ekin119
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-5-15
收藏
得分:0 
回复代码

两个也面嘛!
一个是课程设置:kcsz.asp:
<%
If Session("flag")<>1 Then Response.Redirect "../dl/invalid2.asp"
id=Session("id")
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>课程设置</title>
</head>

<body background="../tupian/b.jpg">
<form action="kctj.asp" method="post" name="liuyan">
<p align="center"><b><font size="7" face="华文彩云">课程设置</font></b></p>
<div align="center">
<center>
<table border="1" width="48%" height="270">
<tr>
<td width="30%">
<p align="center">课程编号</td>
<td width="45%">
<p align="center"><input type="text" name="cid" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">课程名称</td>
<td width="45%">
<p align="center"><input type="text" name="name" size="20"> </td>
</tr>
<tr>
<td width="30%">
<p align="center">上课时间</td>
<td width="45%">
<p align="center"><input type="text" name="lks" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">上课地点</td>
<td width="45%">
<p align="center"><input type="text" name="ladd" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">任课老师</td>
<td width="45%">
<p align="center"><input type="text" name="tname" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">教师编号</td>
<td width="45%">
<p align="center"><input type="text" name="tid" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">开课院系</td>
<td width="45%">
<p align="center"><select name="cname">
<option "计科系">计科系
<option "管理系">管理系
<option "数学系">数学系
<option "中文系">中文系
<option "化学系">化学系
<option "体育系">体育系
<option "外语系">外语系
<option "艺术系">艺术系
<option "政法系">政法系
</select>  </td>
</tr>
<tr>
<td width="30%">
<p align="center">学分</td>
<td width="45%">
<p align="center"><input type="text" name="xf" size="20"></td>
</tr>
<tr>
<td width="30%">
<p align="center">课程性质</td>
<td width="45%">
<p align="center"><select name="xz">
<option "必修">必修
<option "选修">选修
</select></td>
</tr>
</table>
<p>&nbsp; </p>
<hr>
<CENTER><table width=700 background="file:///D:/web/tupian/05.jpg" >
<TBODY>
<tr align="middle">
<td width="352"><input type="submit" value="提交"></td>
<td width="352"><input type="reset" value="清除"></td>
</form>
<DIV align=center>
<form action="cKSZ.asp" method="post">
</div>
<td width="749"><a><input type="submit" value="查看设置"></a></td></TR></TBODY></TABLE></CENTER></FORM>
</body>



还有一个是提交也面嘛!"kctj.asp:

<!--#include file="conn.asp"-->
<%
If Session("flag")<>1 Then Response.Redirect "../dl/invalid2.asp"
id=Session("id")
%>
<html>
<head>
<meta http-equiv="Conten23t-type"content="text/html;charset=gb2312">
<meta http-equiv="content-language"content="zh-cn">
<title>课程提交</title>
</head>
<%
dim A1
dim A2
dim A3,A4,A5,A6,A7,a8,a9
Dim exec
A1=Request("cid")
A2=Request("cname")
A3=Request("lks")
A4=Request("ladd")
A5=Request("tname")
A6=Request("tid")
A7=Request("xf")
a8=Request("xz")
msg=""
set rs=conn.execute("select cid from xtk where cid='"&A1&"'")
if not rs.eof and not rs.bof then
er=true
msg=msg&"该课程编号已经有了!\n"

end if

if A1="" then
er=true
msg=msg&"请填写课程编号!\n"
end if

if A2="" then
er=true
msg=msg&"请填写课程名字!\n"
end if

if a3="" then
er=true
msg=msg&"请填写上课时间!\n"
end if
if a4="" then
er=true
msg=msg&"请填写上课地点!\n"
end if
if a5="" then
er=true
msg=msg&"请填写任课老师!\n"
end if
if er then
response.write "<script>alert('错误!错误如下:\n\n"&msg&"');history.back(-1)</script>"
response.end
end if
if er<>true then

conn.execute("insert into xtk(cid,cname,lks,ladd,tname,tid,xf,xz) values ('"&A1&"','"&A2&"','"&A3&"','"&A4&"','"&A5&"','"&A6&"','"&A7&"','"&A8&"')")
end if
%>
<body bgcolor="#E6E6FA" background="../tupian/b.jpg">
<p> </p>
<p> </p>
<p> </p>
<P align="center"><STRONG><BIG><font face="华文彩云" size="6">已经提交^_^</font><font size="6">
</font>
</BIG> </STRONG></P>
<hr>
<%

Conn.Execute exec
conn.Close
%>
<div align="center">
 </div>
<div align="center">
<font face="幼圆" size="6"><a border="0" style="color: #000000" href="cksz.asp">查看课程</a></font>
</body>
</HTML>




提交以后就出现上面的错误了1,我也不知道是怎么回师!
哎!可以解决不嘛???
谢谢了哈

2006-05-16 12:46
快速回复:[求助]我的系统提交过出现了"Microsoft OLE DB Provider for ODBC Dri ...
数据加载中...
 
   



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

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