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 : Purchase Order Line Insert problem with PurchaseOrderLineDescSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Purchase Order Line Insert problem with PurchaseOrderLineDesc 
 Author   Message 
  jeff 
  
 Group: Members 
 Posts: 76 
 Joined: 2006-06-03 
 Profile
 Posted : 2006-10-19 03:46:36

I am attemping to insert purchaes order lines with a empty string description but the description defaults to the Item description. Is there any syntax or maybe special character I can use to trick qodbc into thinking there is a value there elminating the default item description.  I do not want to put garbage into the description field, in order to prevent the default value from showing?

I have tried the following quries with no success:

Insert into PurchaseOrderLine (PurchaseOrderLineItemRefListID,PurchaseOrderLineDesc,PurchaseOrderLineQuantity,PurchaseOrderLineRate,PurchaseOrderLineCustomerRefListID,FQSaveToCache) Values ('240000-1071531214','',1,10,'900000-1197741925',1)

Insert into PurchaseOrderLine (PurchaseOrderLineItemRefListID,PurchaseOrderLineDesc,PurchaseOrderLineQuantity,PurchaseOrderLineRate,PurchaseOrderLineCustomerRefListID,FQSaveToCache) Values ('240000-1071531214',null,1,10,'900000-1197741925',1)

Insert into PurchaseOrderLine (PurchaseOrderLineItemRefListID,PurchaseOrderLineQuantity,PurchaseOrderLineRate,PurchaseOrderLineCustomerRefListID,FQSaveToCache) Values ('240000-1071531214',1,10,'900000-1197741925',1)

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-10-19 10:03:58

QODBC passes requests to the Intuit qbXML SDK to process within QuickBooks. You can override a description, but you can't tell it not to use the default description. I suggest you delete the purchase description or setup new items with no purchase description.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to