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 : Problem Using Stored Procedure in AccessSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Vista and Office 2007 Forum

 New Topic 
 
 Post Reply 
[1]  
 Problem Using Stored Procedure in Access 
 Author   Message 
  Will 
  
 Group: Members 
 Posts: 1 
 Joined: 2008-11-21 
 Profile
 Posted : 2008-11-21 13:36:59

 I set up a stored procedure in an pass through Access query. It was working perfectly with QuickBooks Enterprise Solutions v8 and QODBC v8. We would run this query from the switchboard by clicking on a label that was hyperlinked to the query.

We upgraded to QuickBooks Enterprise Solutions v9 and QODBC v9 and the query started having problems. We can run the query without any problems if we click on the query itself. However, if we click on the hyperlinked label then the query runs and we get the following informational warning, "Microsoft Office Access can't follow the hyperlink to 'Query qrySP_Sync_Customer_Data'. Please verify the destination."

The SQL for qrySP_Sync_Customer_Data is sp_optimizefullsync Customer. The Hyperlink Address for the label is blank and the Hyperlink SubAddress is Query qrySP_Sync_Customer_Data.

If I change the hyperlink target to another pass through query that does not use a stored procedure then clicking on the label runs the query without the warning.

I uninstalled the QODBC driver and reinstalled it. I got the same results.

Do you know why I am getting the warning for the stored procedure when we click on the hyperlinked label?

Thank you in advance for your help.

Will

 

 
Will 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-11-21 20:36:22

Sounds like it's the hyperlink itself.

BTW: SELECT Name FROM Customer VERIFY where Name = 'QODBC'

does the same thing as sp_optimizefullsync Customer

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to