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 : Problematic querySearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Problematic query 
 Author   Message 
  amir 
  
 Group: Members 
 Posts: 9 
 Joined: 2006-08-17 
 Profile
 Posted : 2007-03-13 22:54:33

Hi,

I have a problem with the following query.

When I have more then 4000 products its seam to take more then 3 hour and somtimes it get stack with this error :

java.sql.SQLException: [QODBC] Column not found: NAME

 The query:

select ItemInventory.Name,ItemInventory.listid,QuantityOnHand,{fn IFNULL(CustomFieldon_hand_backup,'0')} CustomFieldon_hand_backupDec from ItemInventory where IsActive=1
 and ({fn Convert({fn IFNULL(QuantityOnHand,0.00)},SQL_INTEGER)}<>{fn Convert({fn IFNULL(CustomFieldon_hand_backup,'0')},SQL_INTEGER)} )

Please adise

Amir

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-03-14 11:18:05
There's currently a bug in QODBC and you will need to download Build 7.00.00.212 when it becomes available as it correctly addresses parenthesis issues within the QODBC optimizer (Ticket ID: QD00000025). 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-04-04 08:40:45
I have now tested this using QODBC v7.00.00.214 and your query now works. See: How can I get the latest version of QODBC?  

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to