Loading ad...
Connection strings for Intuit QuickBase
Intuit QuickBase is an online database and application system
ODBC drivers for Intuit QuickBase
.NET libraries for Intuit QuickBase
QuNect ODBC for QuickBase
Type
ODBC Driver
Usage Driver={QuNect ODBC for QuickBase}
Manufacturer QuNect
Usage Driver={QuNect ODBC for QuickBase}
Manufacturer QuNect
DSN-less connection
Driver={QuNect ODBC for QuickBase};UID=myUsername;PWD=myPassword;
DSN-less connection
Specifying server URL
Driver={QuNect ODBC for QuickBase};UID=myUsername;PWD=myPassword;QUICKBASESERVER=mycompany.quickbase.com;
DSN-less Connection with unique URL is available only with QuickBase Enterprise Edition
DSN
Using DSN created upon installation
DSN=QuickBase via QuNect;UID=myUsername;PWD=myPassword;
DSN
Using DSN created upon installation and using the DSN's username and password
DSN=QuickBase via QuNect;
DSN
Using DSN created upon installation specifying server URL
Driver={QuNect ODBC for QuickBase};QUICKBASESERVER=mycompany.quickbase.com;
DSN connection with unique URL is available only with QuickBase Enterprise Edition
.NET Framework Data Provider for ODBC
Type
.NET Framework Wrapper Class Library
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft
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.