当前位置:Gxlcms > mysql > 在IE中直接连接SQL数据库_MySQL

在IE中直接连接SQL数据库_MySQL

时间:2021-07-01 10:21:17 帮助过:49人阅读

使用ODC文档


使用一个ODC文档可以很轻松在IE浏览器中连接到SQL SERVER数据库的表,ODC文档示例如下:

xmlns:odc="urn:schemas-microsoft-com:office:odc"

xmlns="http://www.w3.org/TR/REC-html40">

Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;Data Source=develop;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DEVELOP;Use Encryption for Data=False;Tag with column collation when possible=False;Initial Catalog=K0712

Table

"K0712"."dbo"."ICInventory"