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 : HY106:[Microsoft][ODBC Cursor Library] Fetch type out of rangeSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 HY106:[Microsoft][ODBC Cursor Library] Fetch type out of range 
 Author   Message 
  Mike 
  
 Group: Members 
 Posts: 10 
 Joined: 2006-04-20 
 Profile
 Posted : 2006-04-22 04:22:49

Below is the *exact* SQL I am passing thru to QODBC and the *exact* error I get.  Funny thing is, the customer record is still inserted into QuickBooks... but because I'm trapping errors my script, wisely, stops from continuing on to create a job for the newly created customer.

INSERT INTO Customer (Name, CompanyName, BillAddressAddr1, BillAddressAddr2, BillAddressAddr3, BillAddressCity, BillAddressState, BillAddressPostalcode, Phone, Fax, Email, Contact, TermsRefListID, AccountNumber, SalesRepRefListID, CreditLimit) values('Defense Towing', 'Defense Towing', 'Defense Towing', 'ATTN: Accounts Payable', '539 S. Frederick Ave.', 'Gaithersburg', 'MD', '20877', '301-527-9772', '301-527-9773', '', 'Veronica', '40000-1071691570', '116022', '20001-1145032751', 0.00)

HY106:[Microsoft][ODBC Cursor Library] Fetch type out of range

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-04-22 12:51:09
ODBC Cursor Library errors are common because QODBC only supports a forward cursor, you should bypass these type of errors and concentrate on if there was a actual OLE DB Provider-specific ADO problem or not. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to