由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - [转载] how to link to remote access database?
相关主题
大侠看看这是什么error msg?A comparison of some WWW Architecture
ASP问题: Operation must use an updateable query一个访问权限问题。
Windows 2003/XP IIS server不兼容?Q: ASP 里能够不用 ODBC 访问数据库吗
我的asp脚本为什么总是出现"数据库对象不能更新"的错误 ?请问用ASP怎样连接SQL SERVER?
请教一个'Recordset.RecordCount'的问题。[转载] ASP可以用Oracle为数据库吗?
请问一个数据库 连接的问题。求助:利用asp搭建bbs出现错误
求教关于ASP中的数据库连接问题我是地地道道的新手。请帮忙。
如何设计api 统计用户的使用次数[转载] FoxPro 问题求教
相关话题的讨论汇总
话题: database话题: access话题: server2话题: server1话题: remote
进入BuildingWeb版参与讨论
1 (共1页)
v**m
发帖数: 242
1
【 以下文字转载自 Database 讨论区,原文如下 】
发信人: vbnm (小兔不乖), 信区: Database
标 题: how to link to remote access database?
发信站: The unknown SPACE (Fri May 11 15:42:20 2001) WWW-POST
My web page is in server1. The access database is in
server2.
How can I connect to the database on server2.
Now I am doing is:
objConn.Open "DSN=testDB;UID=;PWD="
and the error message is:
"Microsoft OLE DB Provider for ODBC Drivers error '80040e4e'
Operation was canceled."
Any idea, how to solve it. Thanks so..... much!!!
BTW, the D
a*p
发帖数: 62
2
The simpliest way to make it working is mounting server2's
driver virtually as like G: in server1, and configure ODBC
on server1
this will cost lots of resources and it is very very slow.
Another way, I know there're some third part ODBC connecting
server which you might be able to use. Or maybe you can use
mySQL or something like SQL server.

【在 v**m 的大作中提到】
: 【 以下文字转载自 Database 讨论区,原文如下 】
: 发信人: vbnm (小兔不乖), 信区: Database
: 标 题: how to link to remote access database?
: 发信站: The unknown SPACE (Fri May 11 15:42:20 2001) WWW-POST
: My web page is in server1. The access database is in
: server2.
: How can I connect to the database on server2.
: Now I am doing is:
: objConn.Open "DSN=testDB;UID=;PWD="
: and the error message is:

v**m
发帖数: 242
3
I try to use the first method, but always some error message pops up.
Do you know where I can find some examples? Thank you very much!

【在 a*p 的大作中提到】
: The simpliest way to make it working is mounting server2's
: driver virtually as like G: in server1, and configure ODBC
: on server1
: this will cost lots of resources and it is very very slow.
: Another way, I know there're some third part ODBC connecting
: server which you might be able to use. Or maybe you can use
: mySQL or something like SQL server.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
[转载] FoxPro 问题求教请教一个'Recordset.RecordCount'的问题。
mysql windows xp 怎么没有 root?请问一个数据库 连接的问题。
新手应该从何学起?求教关于ASP中的数据库连接问题
注册了domain不知道怎么用,help Plz如何设计api 统计用户的使用次数
大侠看看这是什么error msg?A comparison of some WWW Architecture
ASP问题: Operation must use an updateable query一个访问权限问题。
Windows 2003/XP IIS server不兼容?Q: ASP 里能够不用 ODBC 访问数据库吗
我的asp脚本为什么总是出现"数据库对象不能更新"的错误 ?请问用ASP怎样连接SQL SERVER?
相关话题的讨论汇总
话题: database话题: access话题: server2话题: server1话题: remote