Developers community number 1 connection string reference

Connection strings for Intuit QuickBase

Community Forums
Find solutions and post questions regarding connection string related issues.
Intuit QuickBase is an online database and application system

QuNect ODBC for QuickBase

Type:    ODBC Driver
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
Bridging to QuNect ODBC for QuickBase
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={QuNect ODBC for QuickBase};UID=myUsername;PWD=myPassword;
 
Selected Articles
Copyright © 2010 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.