Connection strings for Composite Information Server
Providers to use when connecting to Composite Information Server
Finding this site useful?
-Say "Thanks" to Dan Bayley and the other contributing developers!
-Thank you! »
-Say "Thanks" to Dan Bayley and the other contributing developers!
-Thank you! »
Composite Information Server is an online data integration server.
Composite ODBC
Type: ODBC Driver
Usage: Driver=Composite 4.5
Usage: Driver=Composite 4.5
Manufacturer: Composite Software
More info about this driver »
More info about this driver »
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;
.NET Framework Data Provider for ODBC
Type: .NET Framework Wrapper Class Library
Usage: System.Data.Odbc.OdbcConnection
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Bridging to Composite ODBC
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
Driver=Composite 4.5;HOST=myServerAddress;PORT=9501;UID=myUsername;PWD=myPassword; DOMAIN=composite;DATASOURCE=PDSI;
