asp连接ACCESS数据库的问题!!
最近学习asp,当练习到连接数据库的时候,频频出错,可就是不知道错在怎么地方,请高手帮忙看看!!谢谢!
包含文件xx.asp、xxsave.asp、conn.asp以及student1.mdb和表xxgl……
xx.asp为:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body><form action="xxsave.asp" method="post"><div><center><table width="800">
<tr>
<td>
<center> <table width="600" border="1">
<tr>
<td width="88">学号:</td>
<td width="201"><label>
<input type="text" name="xh" />
</label></td>
<td width="98">姓名:</td>
<td width="193"><label>
<input type="text" name="xm" />
</label></td>
</tr>
<tr>
<td>宿舍号:</td>
<td><label>
<input type="text" name="ssh" />
&
相关问答:
ACCESS数据库中有一个tablename表,设计如下
编号,书名,作者,出版时间,出版社,ISBN,目录,简介
其中除“编号”为自动编号外,其它都为“备注”
其中"编号"维一,在“ISBN”中有的为空值, ......
有一个类
class adc
{
dim a,b,c
}
如何在另外一个类中取得类成员及成员个数
class getmenber
{
dim menbers()
function getmenbers(resclass)
'res为一未知类
'getmenber ......
我一个项目,有个插入操作,具体是这样的:
我有进货信息表。在出货时选择相应的进货信息,输入数量,选择部门后,点保存按钮,由于网络延时,点一下没有反映,于是用户就又点一下,导致一次插入了两条记录:
例:
......