Intuit QuickBase and Providers

In this article I will explain about Intuit QuickBase and Providers.
  • 1389

Introduction

Intuit QuickBase is an online database and application system
.


Coding

Include "Driver={QuNect ODBC for QuickBase}" in the connection string to use this driver.


QuNect ODBC for QuickBase

DSN-less connection

Driver={QuNect ODBC for QuickBase};UID=myUsername;PWD=myPassword;


DSN-less connection with specifying server URL
 

Driver={QuNect ODBC for QuickBase};UID=myUsername;PWD=myPassword;QUICKBASESERVER=mycompany.quickbase.com;


installation Using DSN
 

DSN=QuickBase via QuNect;UID=myUsername;PWD=myPassword;


installation Using specifying server URL
 

Driver={QuNect ODBC for QuickBase};QUICKBASESERVER=mycompany.quickbase.com;

 

Bridging to QuNect ODBC for QuickBase

Driver={QuNect ODBC for QuickBase};UID=myUsername;PWD=myPassword;


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.