Knowledgebase: Connection
[QODBC-ALL] How to use MS Access as Middleware with QODBC
Posted by Rajendra Dewani (QODBC Support) on 01 May 2014 12:20 PM

How to use MS Access as Middleware with QODBC

Problem Description:

Any errors related to the driver and custom software or packaged software that does not work properly with QODBC.Example, Prepared Statements in JDBCODBCDriver.

Sample
 Connection qbConn = null;
 PreparedStatement psStmt = null;
 Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
 con = DriverManager.getConnection("jdbc:odbc:QRemote")
 cusPstmt = qbConn.prepareStatement("insert into ItemSubtotal (Name,ItemDesc,IsActive) values (?,?,?)");

When I execute the above code at line 5, it throws an error as below.

java.sql.SQLException: [Microsoft][ODBC Driver Manager] Driver does not support this function

A few of the features of ODBC are not supported on QODBC; what is the workaround?

Solutions:

You are using a function/feature which the QODBC driver does not support, or maybe it's not a standard ODBC call. To overcome the issue, you can use MS-Access as middleware, i.e., Create linked tables in MS-Access, create a DSN of your ms access database, and connect your application to MS-Access DSN.

Your application will connect to MS-Access; MS-Access has a linked table connecting to QRemote or QODBC.

First, you need to create the linked table in MS Access. Please refer to the mentioned article for creating 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
 

Assuming you have created an MS Access file and have created linked tables.

Let us create an MS Access DSN pointing 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"

 

 

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

 

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

 

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

 

5) Click on "OK" to save DSN.

 

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

 

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.


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.

For 64-bit : Start>>All Programs>> QODBC Driver for use with QuickBooks>> Configure QODBC Data Source 64-bit>>Go To "System DSN" Tab>>Click on "Add"

 

(1 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).