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 842 - 871 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
842
Hi, I am getting the following error trying to run an ASP page that connects to my QuickBooks data file. I have QuickBooks Pro 2003 (for Accountants) and I've...
robbybooth
Offline Send Email
Oct 2, 2004
12:14 am
843
Attempting to create a check transaction from an Access front end. All works fine until I attempt to manipulate the amount field, which is consistent with...
wallyhaupt
Offline Send Email
Oct 2, 2004
12:14 am
844
For example: sp_report ProfitAndLossStandard show RowData, RowType, Label, Amount_Title, Amount, NumColumns parameters DateMacro = 'ThisQuarterToDate',...
tvclarkalaska
Offline Send Email
Oct 2, 2004
12:14 am
845
Hello, when i use the following SQL statement I get the following error: [QODBC] Unexpected extra token: INNER <!-- start SQL --> SELECT...
roberthostetler2000
roberthostet...
Offline Send Email
Oct 2, 2004
12:14 am
846
I have been able to add invoiceLine records whick result in the creation of invoice records. Using the same method, I tried to add credit memo line items. No...
rob10662000
Offline Send Email
Oct 2, 2004
12:15 am
847
Which table holds the Bank Transfer Record in Quickbooks? Please help. Thanks...
Pogi
pogi_sya
Offline Send Email
Oct 2, 2004
12:15 am
848
We just purchased the upgrade. Worked through a couple of DCOM errors. But we are still getting the same error through through SQL Server/Query Analyzer: OLE...
thekindguru
Offline Send Email
Oct 2, 2004
12:15 am
849
No, i'm in united states. can you please help. I've done everything i can think off right now and nothing is working. ... region....
jackassreviews
Offline Send Email
Oct 2, 2004
12:15 am
850
Bank Transfers are not available in the Intuit SDK at this time. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director, FLEXquarters...
Chuck Vigeant
txbtech
Offline Send Email
Oct 2, 2004
9:15 pm
851
INNER JOIN is implicit, and should not be used in the statement. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director, FLEXquarters...
Chuck Vigeant
txbtech
Offline Send Email
Oct 2, 2004
9:16 pm
852
The check amount as you state is not insertable, because it is a calculated total of either checkexpenseline items or checkitemline items. Chuck Vigeant M.Ed....
Chuck Vigeant
txbtech
Offline Send Email
Oct 2, 2004
9:18 pm
853
Go to Program Files\Intuit\QB Pro 2003 (or wherever the main directory of the QB program is) and run reboot.bat That should solve your problem. Chuck Vigeant...
Chuck Vigeant
txbtech
Offline Send Email
Oct 2, 2004
9:26 pm
854
NumColumns refers to the total number of columns returned. Amount_count refers to the number of Amount_"x" columns returned to help you with this process. If...
Chuck Vigeant
txbtech
Offline Send Email
Oct 2, 2004
10:13 pm
855
Will the bank transfer be available soon? Chuck Vigeant <chuck@...> wrote:Bank Transfers are not available in the Intuit SDK at this...
Pogi Sya
pogi_sya
Offline Send Email
Oct 10, 2004
7:18 pm
856
I have the web version of QODBC installed on my server and have gone through the steps to create a linked server. I can use the three sample queries using SQL...
cwalker1767
Offline Send Email
Oct 10, 2004
7:18 pm
857
Hi all, I am writing a VB application to insert an invoice into QuickBooks Premier 2004 using the "QODBC Pro Read/Write 2004 Asia Pacific Version 4.20.00.050"...
adamfleet
Offline Send Email
Oct 10, 2004
7:18 pm
858
addendum note to my *.UDL question: Although the "Provider" tab of the "Data link properties" dialog for My TEST.UDL has to be set to "Microsoft OLE DB Provder...
hngnten
Offline Send Email
Oct 10, 2004
7:19 pm
859
... So I'd replicate the QB database using Access, then query the database in Access? Sorry, I'm not a database whiz and aren't sure how to set this up....
ffierling
Offline Send Email
Oct 10, 2004
7:19 pm
860
Hello, Given a query like this: SELECT InvoiceLine.ShipDate, Sum(InvoiceLine.InvoiceLineQuantity) FROM InvoiceLine InvoiceLine WHERE...
ffierling
Offline Send Email
Oct 10, 2004
7:19 pm
861
I created a file TEST.txt. Chnaged the name to TEST.UDL. then, I attempted to set it up with the UDL "Data Link Properies" window that comes up when I double...
hngnten
Offline Send Email
Oct 10, 2004
7:19 pm
862
Dear Sir/Madam, I've been trying to insert or update an Invoice's CustomFieldOther field without success. Below are examples of my sql statements: (1) To...
ptrcktn
Offline Send Email
Oct 10, 2004
7:19 pm
863
The custom fields Other, Other1 and Other2 are not updatable through the SDK and therefore not updatable through QODBC. Matt Froncek QODBC Development Support ...
Matt Froncek
matt_froncek
Offline Send Email
Oct 10, 2004
7:43 pm
864
That is not possible unless you create a little vb applet that calls the names into an array. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor ...
Chuck Vigeant
txbtech
Offline Send Email
Oct 11, 2004
4:15 am
865
I suggest that you take a step back and test it in vbdemo to make sure there is no QODBC syntax errors. Then take it back to your code to see if you have any...
Chuck Vigeant
txbtech
Offline Send Email
Oct 11, 2004
4:19 am
866
We have no timetable from Intuit. We have passed on the request previously. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director,...
Chuck Vigeant
txbtech
Offline Send Email
Oct 11, 2004
4:23 am
867
Yes, the step back approach is usually the best. In this case, you must insert an InvoiceLine record first. Every invoice must have at least one line. You can...
Matt Froncek
matt_froncek
Offline Send Email
Oct 11, 2004
4:36 am
868
If you are doing a pass through query or using VBDemo32 or CPPDem32 then the inner join use the {oj } syntax as follows: SELECT ItemInventory.SalesDesc AS...
Matt Froncek
matt_froncek
Offline Send Email
Oct 12, 2004
4:23 pm
869
Can you send a snippet of code or SQL statement you are using? Matt Froncek QODBC Development Support QODBC Driver for QuickBooks - Unleash your data at...
Matt Froncek
matt_froncek
Offline Send Email
Oct 12, 2004
4:24 pm
870
I have already loaded QODBC Pro with my Quickbooks Premier. We are getting ready to upgrade to Quickbooks Enterprise. Is there anything I will need to do for...
esjr0969
Offline Send Email
Oct 15, 2004
2:18 am
871
That worked! Thanks Matt for the help. Robert ... then the ... QuantityOnSalesOrder, ... ItemInventoryAssemblyLine.ItemInventoryAssemblyLnI ...
roberthostetler2000
roberthostet...
Offline Send Email
Oct 15, 2004
2:19 am
Messages 842 - 871 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