MB Software Solutions, LLC wrote:
> http://www.synergration.com/CoreObjX/default.aspx
> 
> Heard about this component over the weekend to integrate your apps with 
> QuickBooks.  Has anyone heard of it or used it before?
> 
> tia,
> 
I've used this:

www.qodbc.com

It's reliable and very straightforward, the biggest issue is installing 
the ODBC driver on each PC.

Here's some typical code:

        cCommand = [Select ListId, Name from Account where Name like 'Accounts 
Receivable%']
        nResult = SQLEXEC(nHandle, cCommand)
        IF nResult < 1
                AERROR(aErrr)
                ASSERT .F. MESSAGE aerrr[2]
        ELSE
                COPY TO qb_Account
                USE
        ENDIF
        
-- 
Cheers

============
Brian Abbott
============


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to