Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : MS Access - Error #11017 on store procedure callsSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v7 Forum

 New Topic 
 
 Post Reply 
[1]  
 MS Access - Error #11017 on store procedure calls 
 Author   Message 
  Ken 
  
 Group: Members 
 Posts: 3 
 Joined: 2006-12-17 
 Profile
 Posted : 2006-12-17 00:36:51

I have set up a pass-thru query in Access and am attempting to use it to manage my optimizer. When I attempt to execute a stored procedure, I am getting the "Unexpected Extra Token (#11017)" message returned by QODBC. I am using the syntax that I found on this forum:

SELECT * FROM OPENQUERY(QODBC,'sp_optimizeupdatesync ItemNonInventory')

Is there no documentation section to explaining QODBC error messages? Sure seems that it would save somebody a lot of time in responding to these forum posts.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-12-17 13:37:11

You have used a MS SQL Server Linked table openquery command here. The QODBC query is just:

sp_optimizeupdatesync ItemNonInventory

See: How do I create a Pass-Through Report using Microsoft Access 2003? for more.

 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to