Developers community number 1 connection string reference

Connection strings for ComputerEase

ComputerEase Construction Software

ODBC drivers for ComputerEase

.NET libraries for ComputerEase

Developers Community

Find solutions and post questions regarding connection string related issues.

Forum for ComputerEase

ComputerEase ODBC

Type ODBC Driver
Usage ComputerEase
Manufacturer Computer Ease

Standard

Driver={ComputerEase};DBQ=C:\compeaseDirNameHere\Data\0;uid=myUsername;pwd=myPassword;
 
 

.NET Framework Data Provider for ODBC

Type .NET Framework Wrapper Class Library
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft

Use an ODBC driver from .NET

Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;

See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

 
 
Copyright © 2013 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.