Search the web
Sign In
New User? Sign Up
qodbc · QODBC ODBC Driver for QuickBooks
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1236 - 1265 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1236
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. ...
clifford_millionaire
clifford_mil...
Offline Send Email
Feb 2, 2006
1:36 pm
1237
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...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 7, 2006
2:45 pm
1238
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 /...
Matt Froncek
matt_froncek
Offline Send Email
Feb 7, 2006
3:44 pm
1239
________________________________ From: qodbc@yahoogroups.com [mailto:qodbc@yahoogroups.com] On Behalf Of Matt Froncek Sent: Tuesday, February 07, 2006 9:45 AM ...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 7, 2006
5:21 pm
1240
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...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 7, 2006
5:24 pm
1241
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...
dricario
Offline Send Email
Feb 8, 2006
6:31 pm
1242
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...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 10, 2006
4:04 pm
1243
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...
gray_raccoon
Offline Send Email
Feb 15, 2006
12:36 am
1244
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...
Matt Froncek
matt_froncek
Offline Send Email
Feb 15, 2006
1:29 pm
1245
you are correct. It is not possible...
Rick Boatright
rboatright
Offline Send Email
Feb 15, 2006
11:11 pm
1246
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...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 16, 2006
7:19 pm
1247
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 ...
Matt Froncek
matt_froncek
Offline Send Email
Feb 16, 2006
9:43 pm
1248
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...
Matt Froncek
matt_froncek
Offline Send Email
Feb 16, 2006
10:15 pm
1249
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...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 16, 2006
10:19 pm
1250
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 ...
Rod Lewis
ddprlewis
Online Now Send Email
Feb 16, 2006
10:21 pm
1251
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...
Matt Froncek
matt_froncek
Offline Send Email
Feb 16, 2006
11:59 pm
1252
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...
Jason Hart
jasonghart
Offline Send Email
Feb 17, 2006
8:08 pm
1253
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 ...
Matt Froncek
matt_froncek
Offline Send Email
Feb 17, 2006
10:10 pm
1254
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...
qb_ac_06
Offline Send Email
Feb 28, 2006
1:35 am
1255
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...
Matt Babineau
praefex
Offline Send Email
Mar 1, 2006
7:27 am
1256
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...
Jeremy Springer
springqua
Offline Send Email
Mar 1, 2006
5:03 pm
1257
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...
Matt Babineau
praefex
Offline Send Email
Mar 1, 2006
5:47 pm
1258
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...
Matt Froncek
matt_froncek
Offline Send Email
Mar 1, 2006
7:00 pm
1259
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....
Patrick
bocabeachguy@...
Send Email
Mar 2, 2006
7:37 am
1260
... <snip> ... Have you tried making the Access query a snapshot type (query properties, RecordsetType=snapshot). If you are only running a report this...
richpepp4
Offline Send Email
Mar 2, 2006
8:00 am
1261
... 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...
qb_ac_06
Offline Send Email
Mar 2, 2006
8:41 pm
1262
... 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. ...
qb_ac_06
Offline Send Email
Mar 2, 2006
9:09 pm
1263
... <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...
richpepp4
Offline Send Email
Mar 3, 2006
8:36 am
1264
... 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...
qb_ac_06
Offline Send Email
Mar 3, 2006
6:20 pm
1265
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...
lingeriexox@...
ruffles_85006
Offline Send Email
Mar 6, 2006
9:35 am
Messages 1236 - 1265 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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