关于access数据库连接绝对路径的问题求解
数据库连接提示如下报错,看的出来是页面与数据库连接的问题,现在我的是相对连接。
要怎么将其该成绝对连接呢?我的数据库文件路径在:
D:\web\db
还是要先谢谢大人们帮助小白菜我
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/add.asp, line 10
HTML code:
<form name="form1" method="post" action="addmsg.asp">
你的姓名:<input type="text" name="name"><br>
你的电话:<input type="text" name="tel"><br>
你的留言:<input type="text" name="message" value=""><br>
<input type="submit" name="submit" value="提交">
<input type="reset" name="submit2" value="重置">
</form>
<%
set conn= server.createobject("adodb.connection")
conn.open "driver={microsoft access driver(*.mdb)};dbq=" & server.mappath("database\guestbook.mdb")
name=request.form("name")
tel=request.form("tel")
message=request.form("message")
exec="insert into guestbook(username, tel, message) values ('" & name & "', "& tel & &qu
相关问答:
问题如下:
用查询语句
select * from tab where fil like 'CK090902'能查找出一条记录并显示出来
改为
select * from tab where fil = 'CK090902'
就不能查找到,也显示不出来 ......
如题在我打开access修改的时候报错
我装的Ghost 的XP版 sp3的补丁
错误签名
AppName: msaccess.exe AppVer: 11.0.8166.0 AppStamp:46437912
ModName: pintlgnt.ime&n ......
要组合4张表的查询,分别是A表,B表,C表,D表;
A表
Game_id Game_Name
1 abc
B表
Category_ID Category_Name Game_id
& ......
时间格式?
别拿coldatatime 和CTime什么的说事。。说点有用的。。。所有积分相送
什么问题?
format(#2009-1-1#,'yyyy-mm-dd')?
select #2009-1-1#
insert into table (mydate) values ( ......
大家好,我对windows mobile 一点也不了解,今天boss 拿以前的程序 叫我维护,将其数据库改为access数据库
望知道的朋友指导指导,
听boss讲 操作access数据库有点复杂,我在网上搜了,没搜到。。
......