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 : Error on QODBC 6 using Dutch regional settingsSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Error on QODBC 6 using Dutch regional settings 
 Author   Message 
  ivanh1194 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-01-18 
 Profile
 Posted : 2007-01-18 08:13:14

One of my clients has QuickBooks 2003 and her is using the invoice feature with Dutch regional settings changed when the decimal point is comma instead point. when i updating the QuickBooks with my excel file containing amounts, for example: 1,000.00; QuickBooks consider this amount as 100000.00. Have you a fix for this issue?

regards,

Ivan

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-01-18 10:16:50
In your case the values in your Excel worksheet must be 1.000,00 and not 1,000.00 or be unformated like 1000 

  Top 
  ivanh1194 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-01-18 
 Profile
 Posted : 2007-01-18 11:38:12

I tried with 1000 and 1.000,00 and doesn't work instead i got:

-2147467259 data provider or other service returned an E-Fail status.

3021 Either Bof or eof is true, or the current record has been deleted.

Have you some suggestion?.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-01-18 11:54:15
E-FAIL indicates that you are not using QODBC v7.00.00.204. Please update the driver or try changing the ADO cursor type to:

Const adUseServer = 2
oRecordset.CursorLocation = adUseServer

And just in case you try switching everything to adUseServer, please be aware stored procedure calls like sp_tables only like adUseClient cursor types.
 

  Top 
  ivanh1194 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-01-18 
 Profile
 Posted : 2007-01-18 12:57:25
I changed the ADO cursor type but without success and my QODBC version is 6.0 i don't think that i should upgrade. I thing that my client has to change the amounts manually after export them. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to