Knowledgebase: TroubleShooting
[QODBC-Desktop] How to use MS Access as Middleware with QODBC
Posted by Jack - QODBC Support on 05 August 2014 12:51 PM

How to use MS Access as Middleware with QODBC

Problem Description:

When using Prepared Statements with the QRemote driver, it throws an error called ODBC driver not supported. How can I use Prepared Statements with QODBC/QRemote?

Solutions:

You may use a function/feature that the ODBC driver does not support. You can use MS-Access as middleware, i.e., Create linked tables in MS-Access, and connect your application to MS-Access. MS-Access has a linked table relating to QRemote or QODBC.

First, you need to create the linked table in MS Access. Please refer to the mentioned article for making the linked table in MS Access.

For 32-bit MS Access: How to Configure QODBC to Work With 32-bit MS Access

For 64-bit MS Access: How to Configure QODBC to Work With 64-bit MS Access

Please Note 64-bit MS Access article contains information about the Import table; Please choose the "Link to the data source by creating a linked table" option for creating the linked table.

Now we are creating MS Access DSN that points to the Access database file we created in the above steps. Please follow the below steps for creating MS Access DSN.

1) Please create a new MS Access DSN from:
Start>>All Programs>> QODBC Driver for use with QuickBooks>> Configure QODBC Data Source>>Go To "System DSN" Tab>>Click on "Add"

http://support.flexquarters.com/esupport/newimages/MSAccessMiddleware/Step1.png 

2) Choose "Microsoft Access Driver (*.mdb, *.accdb)" & click on the "Finish" button. 

http://support.flexquarters.com/esupport/newimages/MSAccessMiddleware/Step2.png

 

 

3) Enter DSN name & description & click on select.

http://support.flexquarters.com/esupport/newimages/MSAccessMiddleware/Step3.png

 

4) Provide the MS Access database file location, which we created earlier & click on "OK." 

http://support.flexquarters.com/esupport/newimages/MSAccessMiddleware/Step4.png

 

5) Click on "OK" to save DSN.

http://support.flexquarters.com/esupport/newimages/MSAccessMiddleware/Step5.png

6) Newly created DSN is available in the DSN list.

http://support.flexquarters.com/esupport/newimages/MSAccessMiddleware/Step6.png

 

7) Now, we will use this DSN as a Middleware. We will test this DSN with our QODBC Test Tool application. Please open QODBC Test Tool from:
Start>>All Programs>> QODBC Driver for use with QuickBooks>>QODBC Test Tool

 

8) Please select the newly created DSN from the dropdown list & click on "Connect."

 

9) We can connect to MS Access DSN from QODBC Test Tool. Please write your SQL statement & click on "Run."

 

We can fetch data with MS Access DSN from QODBC Test Tool. 


Note: 
 QODBC Support Wizard is used to test QODBC SQL queries only and is not a development tool; you should be able to use the MS Access DSN ("Access Middleware") on your application.

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please complete the captcha below (we use this to prevent automated submissions).