Home > Database > Mysql Tutorial > access数据库能远程转接吗?

access数据库能远程转接吗?

WBOY
Release: 2016-06-07 15:36:50
Original
1333 people have browsed it

不是共享方式,共享就不那么安全了, oConn.Open Provider=MS Remote; _ Remote Server=http://myServerName; _ Remote Provider=Microsoft.Jet.OLEDB.4.0; _ Data Source=c:somepathmydb.mdb, _ admin, 这种写方法可以吗?我在连接时提示:未在本地计算机上

不是共享方式,共享就不那么安全了, oConn.Open "Provider=MS Remote;" & _ 

"Remote Server=http://myServerName;" & _ 
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _ 
"Data Source=c:somepathmydb.mdb", _ 
"admin", "" 

这种写方法可以吗?我在连接时提示:未在本地计算机上注册“MS   Remote”提供程序

是怎么回事?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template