Composite Information Server with ODBC Driver

In this article I will explain about Composite Information Server with ODBC Driver.
  • 3428

Introduction
Composite Information Server is an online data integration server and An integration server is a computer server used to facilitate interaction between diverse operating systems and applications across internal and external networked computer systems.

Composite ODBC
This is a ODBC Driver provided by Composite Software.

DSN-less connection

Driver=Composite 4.5;HOST=myServerAddress;PORT=9501;UID=myUsername;PWD=myPassword; DOMAIN=composite;DATASOURCE=PDSI;


Specifying catalog

Driver=Composite 4.5;HOST=myServerAddress;PORT=9501;Catalog=myCatalog;UID=myUsername;PWD=myPassword; DOMAIN=composite;DATASOURCE=PDSI;


Bridging to Composite ODBC

Driver=Composite 4.5;HOST=myServerAddress;PORT=9501;UID=myUsername;PWD=myPassword; DOMAIN=composite;DATASOURCE=PDSI;

You may also want to read these related articles : here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.