coreObjXDB is an add-on to coreObjX that allows you to write QuickBooks data to Access, MySQL or MS SQL Server database tables with a single line of code. coreObjXdb provides an additional parameter on the object reads that allows you to specify a database path or create and populate an entire database with the code below.
Dim
QBConn As New coreOjbXdb.QcDatabase
QBConn.Connect "Sample App",
"123456789"
QBConn.CreateDataBase "c:\QuickBooks.mdb"
QBConn.PopulateAll
It's that easy. coreObjXDB creates the database, then populates the database. From there you're the boss.
But the most powerful method coreObjXDB makes available to you is the Refresh. By simply calling the refresh method, coreObjXDB will efficiently pull any new or modified information into your database.
Please check our FAQ for any questions you may still have regarding coreObjXDB
Supported QuickBooks Versions
Other Requirements