Home > Database > Mysql Tutorial > 连接远程服务器

连接远程服务器

WBOY
Release: 2016-06-07 14:56:51
Original
1201 people have browsed it

连接远程服务器 无 --方法1:select?*??from?openrowset('SQLOLEDB','server=192.168.0.67;uid=sa;pwd=password','SELECT?*?FROM?BCM2.dbo.tbAppl')--方法2:select?*??from?openrowset('SQLOLEDB','192.168.0.67';'sa';'password','SELECT?*?FROM?BCM2.dbo.

连接远程服务器

--方法1:
select?*??from?openrowset('SQLOLEDB','server=192.168.0.67;uid=sa;pwd=password','SELECT?*?FROM?BCM2.dbo.tbAppl')

--方法2:
select?*??from?openrowset('SQLOLEDB','192.168.0.67';'sa';'password','SELECT?*?FROM?BCM2.dbo.tbAppl')?
Copy after login
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