Intuit QuickBase
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 specifying user and password
Using DSN created upon installation
DSN=QuickBase via QuNect;UID=myUsername;PWD=myPassword;
DSN using credentials in DSN
Using DSN created upon installation and using the DSN's username and password
DSN=QuickBase via QuNect;
DSN with server URL
Using DSN created upon installation specifying server URL
Driver={QuNect ODBC for QuickBase};QUICKBASESERVER=mycompany.quickbase.com;