Link to home
Start Free TrialLog in
Avatar of Jess31
Jess31

asked on

Quickbooks - Customer table ?

I am trying to add Customers to the Customer table using QODBC. I am doing this in vb.net with ADO. But when I try to put values for the "BillAddressAddr1" field I get an error, same with any of the other 4 BillAddressAddr fields. But "BillAddressCity" and the others works fine.
I checked the ADO record and it shows these columns, spelled same as I have it. What could this be?
ASKER CERTIFIED SOLUTION
Avatar of stlinae
stlinae
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jess31
Jess31

ASKER

The Problem is only when I'm doing an Insert with Name, CompanyName, BillAddressAddr1, BillAddressCity/state/postalcode/phone/fax/email/notes. If I leave out the BillAddressAddr1 it works. And if I do an Update on this record and set the BillAddressAddr1 this works.

The error I get is
"[QODBC] Error parsing complete XML return string"
Avatar of Jess31

ASKER

I've requested that this question be deleted for the following reason:

it's been way too long. does not seem of any use keeping in online.