QuNect ODBC for QuickBase on Solaris Sparc
QuNect ODBC for QuickBase® is the world's first ODBC driver for Intuit's® QuickBase®.
QuNect ODBC for QuickBase allows you to access your data stored in QuickBase directly from many Solaris applications including Informatica. It works with the unixODBC driver manager and the DataDirect driver manager.
Download Free Fully Functional 30 Day Trial
|
for 64 bit versions of Solaris. |
|
for 32 bit versions of Solaris. |
Installation Instructions
Please download the file libqunect.so by clicking on the download button above. This can be placed in the directory /usr/lib. The remaining instructions assume that you have. If you have chosen to place it elsewhere make sure to take that into account when following the instructions below. If you're using the unixODBC driver manager, you can find the location of odbcinst.ini and odbc.ini by running the command:
odbcinst -j
Edit the odbcinst.ini to add the following three lines:
[QuickBase]
Description = QuNect ODBC for QuickBase
Driver = /usr/lib/libqunect.so
then you need to add the following 4 lines to your odbc.ini file making sure to replace yourQuickBaseUsername with your QuickBase username, and of course replace yourQuickBasePassword with your QuickBase password.
[QuickBaseViaQuNect]
Driver = QuickBase
Description = QuNect ODBC for QuickBase
uid=yourQuickBaseUsername
pwd=yourQuickBasePassword
The name and value pairs you place in the odbc.ini file are the same ones you can put into a QuNect ODBC for QuickBase connection string.