Errata for Automating QuickBooks with QODBC On page 14 of the white paper, in the Section entitled "Writing data to QuickBooks", the second line of code should be: goQuickBooks = NEWOBJECT( "clsQuickBooks", "clsQuickBooks.prg") In the examples, in method Connect of clsQuickBooks in clsQuickBooks.prg, the code should be: this.nConnHandle = SQLSTRINGCONNECT("dsn=" + tcDSN + ";uid='" + tcUsername + "';pwd='" + tcPassword + "'") [rev. 06/25/2011]