Using ODC documentation using an ODC document can easily connect to SQLSERVER database tables in IE browsers, ODC documentation example: htmlheadmetahttp-equivContent-Typecontenttextx-ms-odc; charsetutf-8metanameProgIdcontentODC.TablemetanameSourceTypecontentOLEDBmetan using ODC documentation
Using an ODC document, you can easily connect to the SQL SERVER database table in the IE browser. The ODC document example is as follows:
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"