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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 612 - 641 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
612
When using the following syntax in Visual Foxpro to try to insert into QuickBooks thru QODBC SQLEXEC(3,"Insert into 'SalesReceiptLine' ...
mandleshwar
Offline Send Email
Jun 4, 2004
6:33 am
613
Andrew, That error, listed in our FAQ, usually means a simple syntax error. I don't find the field called SalesReceiptItemRefFullName anywhere in the data ...
Brad Waddell
flexq
Offline Send Email
Jun 4, 2004
6:51 am
614
In QODBC fields get delimited by double quotes and constant string values with single quotes. Try: SQLEXEC(3,"Insert into ""SalesReceiptLine"" ...
Matt Froncek
matt_froncek
Offline Send Email
Jun 4, 2004
7:04 am
615
http://www.qodbc.com/docs/html/qodbc/20/tables/qbview_d_sales_receipt_line.asp?qbviewd_id=69 I used the above QuickBooks view, which does show that data...
mandleshwar
Offline Send Email
Jun 6, 2004
5:03 am
616
... values ... ceiptItemRefFullName"") ... you were ... <http://www.qodbc.com> ... Your suggestion moved me towards progress, although by itself it didn't...
mandleshwar
Offline Send Email
Jun 6, 2004
5:05 am
617
Oops! I reread your post and see that you already answered the last part of my question re: single vs. double quotes *chagrin*... ... values ... you were ... ...
mandleshwar
Offline Send Email
Jun 6, 2004
5:05 am
618
Yes, Double quotes and single quotes mean different things to QODBC. Double quotes signify table and field names, single quotes signify constant string values....
Matt Froncek
matt_froncek
Offline Send Email
Jun 6, 2004
5:40 am
619
Hi I need to select/insert/update and delete data from QuickBooks via a back-office web system written in ColdFusion and figured QODBC may be the answer but I...
adamdale3
Offline Send Email
Jun 9, 2004
1:03 am
620
Is QBs running on the system console (not in a terminal services window) with your company file open? Are you running the WEB Edition of QODBC? With VBDemo you...
Matt Froncek
matt_froncek
Offline Send Email
Jun 9, 2004
12:34 pm
621
Hi Is there a way I can do a multiple insert query like this one INSERT INTO TestTable SELECT ListId FROM Account or like this SELECT ListId INTO TestTable...
Fox Mulder
Agt_Atomic
Offline Send Email
Jun 12, 2004
10:06 am
622
Louis, Yes, that should work, let us know if you have any trouble. brad ... Brad Waddell ** FLEXquarters.com LLC ** voice-mail/fax: 602-532-7019 Postal: 6965...
Brad Waddell
flexq
Offline Send Email
Jun 12, 2004
10:36 pm
623
Hi, I am new to the forum and to QuickBooks/QODBC. Is it possible to set the closing date using QODBC. Also is it possible to "clear" a check using QODBC? ...
matthew_dillenburg
matthew_dill...
Offline Send Email
Jun 17, 2004
9:37 am
624
Matt, Please see our online documentation. We have a map between the screens in QuickBooks and the elements available for you to access via our driver which...
Brad Waddell
flexq
Offline Send Email
Jun 18, 2004
12:02 am
625
Hi I'm inserting an invoice and I want to get that last invoice reference number Is there a replacement for the common @@Identity tag ? to return the last...
Fox Mulder
Agt_Atomic
Offline Send Email
Jun 24, 2004
11:21 pm
626
Fox, The correct format is: WHERE TimeCreated={ts'2003-12-15 11:26:56.000'} Make sure all hours, minutes etc are two digits and add the millisecs also. We do...
Matt Froncek
matt_froncek
Offline Send Email
Jun 25, 2004
12:00 am
627
Can anyone give me an exampe of how to insert a multiline inventory adjustment transacation if it is possible? thanks. Jerry...
thedigitguy
Offline Send Email
Jun 25, 2004
10:46 am
628
INVENTORYADJUSTMENT This creates one inventoryadjustment with three lines. Note the FQSaveToCache field, set to True except on the last one. Note: You must be...
Matt Froncek
matt_froncek
Offline Send Email
Jun 25, 2004
2:07 pm
629
Thank you. I'm trying to use your example (slightly modified) below but I keep getting an "Unexpected extra token" fail error. Any suggestions? INSERT INTO...
thedigitguy
Offline Send Email
Jun 28, 2004
9:14 am
630
I suggest you test removing items from the list until it works. The SQL engine can do the testing for you. thanks! brad ... Brad Waddell ** FLEXquarters.com...
Brad Waddell
flexq
Offline Send Email
Jun 28, 2004
9:33 am
631
Hi Am I doing something wrong or QODBC doesn't not support embeded queries like this one "SELECT c.ListId,c.FullName,c.ParentRefListId,(SELECT sum(cm.SubTotal)...
Fox Mulder
Agt_Atomic
Offline Send Email
Jun 30, 2004
8:16 am
632
Does anyone have a tool to run against a QB database that will munge all name and address info. or even better - selective name and address info. Sometimes...
Ira Gershenhorn
iragersh
Offline Send Email
Jun 30, 2004
8:17 am
633
Our driver can live link QuickBooks data to Access, so any MS Access or VB tool which can talk to an ODBC driver and modify the data within could manage this...
Brad Waddell
flexq
Offline Send Email
Jun 30, 2004
9:32 am
634
Louis, I'm pretty sure we support only a single level embedded query, I suggest you use a temporary result table to obtain the same result. thanks. brad ... ...
Brad Waddell
flexq
Offline Send Email
Jun 30, 2004
9:32 am
635
I'm trying to use the Profit And Loss By Job sp_report query in Crystal Reports 8.5 and I get a "Column not found: Amount_Title" error. I get that message with...
thedigitguy
Offline Send Email
Jul 4, 2004
6:08 am
636
Jerry, Can you tell us which version of QODBC and QuickBooks you are using so we can look up the specs for those reports? The documentation was recently ...
Brad Waddell
flexq
Offline Send Email
Jul 4, 2004
7:32 am
637
What would the be the simplest way of determining the next Invoice number in Quickbooks? I've thought of "SELECT max(refnum) from invoice" or something like...
mandleshwar
Offline Send Email
Jul 4, 2004
11:36 am
638
The next invoice number is not available via the QuickBooks SDK, so our driver cannot access it. For what reason do you need it? If you want QuickBooks to...
Brad Waddell
flexq
Offline Send Email
Jul 4, 2004
11:43 am
639
I will use the suggestion to have a separately identified invoice number using character designations. Thanks. ... blank. If ... invoice....
mandleshwar
Offline Send Email
Jul 6, 2004
5:55 am
640
I'm running QODBC version 4.20.00.040 and Quickbooks Premeir Accountant Edition 2004. ... so we ... recently ... now, thanks!...
thedigitguy
Offline Send Email
Jul 6, 2004
5:56 am
641
First I would upgrade to the current build 50 because there is no field titled like that in the report you mention. Try a * instead of the specific field names...
Brad Waddell
flexq
Offline Send Email
Jul 6, 2004
6:18 am
Messages 612 - 641 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