Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

qodbc · QODBC ODBC Driver for QuickBooks

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 757
  • Category: Accounting
  • Founded: Sep 26, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1236 - 1265 of 1789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1236 clifford_millionaire
clifford_mil... Send Email
Feb 2, 2006
1:36 pm
Hi All, We are trying to create a report for QuickBooks Canadian edition using QODBC such that it will show us Invoice Line Item wise GST and PST tax amount. ...
1237 Rod Lewis
ddprlewis Send Email
Feb 7, 2006
2:45 pm
I am trying to create a query for a cross tab report. The query is pulling the salesperson, amount, and month of a transaction from the sales table. I need...
1238 Matt Froncek
matt_froncek Send Email
Feb 7, 2006
3:44 pm
Sorry, QODBC does not allow AS names or Functions in the Order by Claus. It is on the wish list to correct this. Matt Froncek QODBC Development Support /...
1239 Rod Lewis
ddprlewis Send Email
Feb 7, 2006
5:21 pm
________________________________ From: qodbc@yahoogroups.com [mailto:qodbc@yahoogroups.com] On Behalf Of Matt Froncek Sent: Tuesday, February 07, 2006 9:45 AM ...
1240 Rod Lewis
ddprlewis Send Email
Feb 7, 2006
5:24 pm
I'm trying to implement a filter on transaction date. I've tried using between and >= <= but neither seems to work. What are some of the valid options in...
1241 dricario Send Email Feb 8, 2006
6:31 pm
I am using Coldfusion MX and QODBC Driver. I am receiving an error message while trying to update an line item ih the InvoiceLine Table. Message: Incorrectly...
1242 Rod Lewis
ddprlewis Send Email
Feb 10, 2006
4:04 pm
I am having a very weird problem. If I run the following query without an order by, I get all of the results: SELECT salesrep.salesrepentityreffullname, {fn...
1243 gray_raccoon Send Email Feb 15, 2006
12:36 am
We need to link company data on sql server and our quickbooks file using one of two methods. Either bring the quickbooks company ID to a new table field in SQL...
1244 Matt Froncek
matt_froncek Send Email
Feb 15, 2006
1:29 pm
You cannot do an alter table, but in QuickBooks you can add CustomFields and they show up in the QODBC as CustomFieldxxx where xxx is what you call the field...
1245 Rick Boatright
rboatright Send Email
Feb 15, 2006
11:11 pm
you are correct. It is not possible...
1246 Rod Lewis
ddprlewis Send Email
Feb 16, 2006
7:19 pm
I am trying to query for open invoices and I get a different result set than what shows as open in Quick Books. I just tried a very simple query to test this...
1247 Matt Froncek
matt_froncek Send Email
Feb 16, 2006
9:43 pm
Rod, We are working to correct this. You can force the query you are doing to be unoptimized and it will return the correct results. You can either disable ...
1248 Matt Froncek
matt_froncek Send Email
Feb 16, 2006
10:15 pm
Rod, Are you running version 6.00.00.147? That had a fix to the Sales table. Matt Froncek QODBC Development Support / FLEXquarters Solutions Consultant QODBC...
1249 Rod Lewis
ddprlewis Send Email
Feb 16, 2006
10:19 pm
Matt, Well, I have egg on my face because I found out that I was actually working on a backup copy of our system and didn't realize it wasn't in sync with our...
1250 Rod Lewis
ddprlewis Send Email
Feb 16, 2006
10:21 pm
Matt, I'm currently running whatever ships with QB Enterprise edition. It looks like that is 6.00.00.121. Is there a way to update that version? Rod ...
1251 Matt Froncek
matt_froncek Send Email
Feb 16, 2006
11:59 pm
Rod, You should be able to download the current Evaluation at www.qodbc.com <http://www.qodbc.com/> and it will run the same as the Intuit version. (Just...
1252 Jason Hart
jasonghart Send Email
Feb 17, 2006
8:08 pm
Can the QODBC/Quickbooks combination run as a service, i.e. the applications iwll start prior to login so that the applications are running at boot time? This...
1253 Matt Froncek
matt_froncek Send Email
Feb 17, 2006
10:10 pm
Jason, QODBC calls the Intuit SDK which is basically the entire QuickBooks programs with or without the UI showing. This cannot be removed. You can run ...
1254 qb_ac_06 Send Email Feb 28, 2006
1:35 am
I'm new to Access but this is so simple that it may have to do with how I'm using the QODBC driver. I've set up all the tables in an Access database as per the...
1255 Matt Babineau
praefex Send Email
Mar 1, 2006
7:27 am
Hi all - Just wanted to check in and see wha the deal was with the QODBC optimizer status. One of my clients had some troubles with it not catching new inserts...
1256 Jeremy Springer
springqua Send Email
Mar 1, 2006
5:03 pm
I have been having the same problem. Almost thought I was losing my mind when records already inserted in Quickbooks were being omitted from reports. Thanks...
1257 Matt Babineau
praefex Send Email
Mar 1, 2006
5:47 pm
cool! now that there is at least more than 1 occurance we can really track down this problem! I have configured the optimizer to optimize after every query in...
1258 Matt Froncek
matt_froncek Send Email
Mar 1, 2006
7:00 pm
Matt, First off the most current version is .150. Can you tell me exactly what part of the Optimizer does not work for you? Currently there are fields like the...
1259 Patrick
bocabeachguy@... Send Email
Mar 2, 2006
7:37 am
Access is my specialty. Herer is what I would do. Use a maketable query to grab just the data you need for the report, without a lot of math or expressions....
1260 richpepp4 Send Email Mar 2, 2006
8:00 am
... <snip> ... Have you tried making the Access query a snapshot type (query properties, RecordsetType=snapshot). If you are only running a report this...
1261 qb_ac_06 Send Email Mar 2, 2006
8:41 pm
... I tried the RecordsetType=snapshot but there's no improvement. The query completes in a few seconds (not even the minute I said before) but the report...
1262 qb_ac_06 Send Email Mar 2, 2006
9:09 pm
... query to grab just the data you need for the report, without a lot of math or expressions. Then use that local temporary table to generate the report. ...
1263 richpepp4 Send Email Mar 3, 2006
8:36 am
... <snip> ... been ... is so ... I think it should be simple as well but have also struggled to keep the speed up. What I have done where I know I will be...
1264 qb_ac_06 Send Email Mar 3, 2006
6:20 pm
... Maybe so. It certainly has to do with queries on linked tables or QB tables specifically. I haven't tried Crystal Reports yet but a couple of years ago...
1265 lingeriexox@...
ruffles_85006 Send Email
Mar 6, 2006
9:35 am
Dear Chuck, I am upgrading from QB Pro 2003 to QB Pro 2006. I had been using the free read only version of the QODBC software I had downloaded in 2004. Will...
Messages 1236 - 1265 of 1789   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help