I have a VB.NET application that "select * from <table> " succesfully from all the QBOE tables EXCEPT (Invoice, InvoiceLine, InvoiceLinkedTxn). I am using the...
Hi Fellow Programmer, I did used QODBC for one of my projects and it did fulfill all of my client needs. But it we were lucky cause we were working all around...
Our technical support system is best staffed by those who can help with this question, please see the FAQ search and support ticket system for help on this...
Thanks for the replies. I understand I am running into the QBOE 1000 row result set limit. I could break up the select into groups of < 1000, but first I need...
Kevin, That should be handled correctly inside the driver if you have the version 7.x driver. It is free to download the most current evaluation. The only time...
Use transaction date as a qualifier. Test with VBdemo to eliminate SQL statement errors from programming errors. I was able to create good transactions with...
Version 7.00.00.207 Evaluation Copy SELECT COUNT(*) FROM INVOICE returns 0 ... version ... only ... inside of ... <http://www.qodbc.com/> ... Behalf Of ... ...
limit by date range so the result set can fit under the 1000 transaction limit imposed by QBOE. ... QODBC Driver for Quickbooks - Interactive QuickBooks data...
Hi! Quick question that I thought I could find either at qdeveloper.com or qodbc.com.au, which seem to be more active but also seem to be down right now. I'm...
Dear members, I would appreciate any feedback of this portable Receipt scanner from <http://www.eztools.biz> www.eztools.biz. I like it since it also scans ...
Hello all. First post here. Is there a way to pull a Profit and Loss Standard report in Collapse mode using the QODBC driver? I can't seem to figure it out. ...
did you try the financial statement designer Jeff Siegel Siegel & Stacey LLC 1601 Trapelo Rd Waltham MA 02451 781 487 7000 Sent from a Verizon Treo ... From:...
You can't do this directly with the parameters available for this report, however if you notice, a collapsed profit and loss report is nothing more than level...
I want to set up a report criteria sheet in Excel. One of the criteria items would be the month to be pulled from QuickBooks. How can I setup a 'sp_report...
Hello, I'm new using QODBC. I'm programming in Delphi and using an ADO connection to QODBC. I'm sending information to quickbooks to create an Estimate....
Chuck Vigeant? Are you here as well? We are having quite a bit of success using QODBC to transfer QB ES data to an .opt file using Optimization and then...
Yep I am here Shea... I had partnered with FLEXquarters for three years leading up to the inclusion into Enterprise. I now consult with Intuit - and teach...
Hi. I have the latest versions of the driver and QuickBooks Enterprise 7. I use Access 2003. Pass Thru queries work just great until I try to restrict by...
Dates have a specific format requirement for being passed within the WHERE clause: {d'YYY-MM-DD'} So, you need to format your fiel as appropriate so that it...
I have been running a MS Access with Quickbooks Enterprise for awhile now pretty successfully. I have written customized queries and packing lists with it...
hi tim please post your extremely well researched question to our support forum at forum.qodbc.com for immediate action. we did have to make changes to the 8.0...
I am working remotely with an office in Tokyo. They have an installation of QuickBooks 7.0 and routinely enter addresses and names in Japanese with little...
Does anyone know the syntax for date fields on the where clause? I am trying to query this: "SELECT Top 10* FROM Customer where > '2008-12-22'" but it is...
you need something on the left side of the comparison, like this: "SELECT Top 10* FROM Customer where customer.date > '2008-12-22'" to see the date format,...
Oh... my mistake on my copy-paste. Actaully it is like this "SELECT Top 10* FROM Customer where ModifiedTiem > '2008-12-22'" but it still gives me the same...