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 590 - 619 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
590
QODBC has met my need so well till now and i know i have asked this question a couple of times: Where can i check for an update on if Invoice lines can be...
Lakshmi Kallakuri
lkallakuri
Offline Send Email
May 11, 2004
6:07 pm
591
Sorry for the delays. We have a version in QA that fixes your issue. If you would like to download and use it, it can be downloaded at: ...
Matt Froncek
matt_froncek
Offline Send Email
May 12, 2004
11:45 am
592
Mark!Thanks a lot.I really appreciate your help. Currently i have a read/write version of QODBC. If i rerun the build you emailed me, will i have any ...
Lakshmi Kallakuri
lkallakuri
Offline Send Email
May 12, 2004
5:31 pm
593
Yes, it will remember that you have a read/write version, just install and you should be good. Matt Froncek QODBC Development Support QODBC Driver for...
Matt Froncek
matt_froncek
Offline Send Email
May 12, 2004
6:59 pm
594
Hi all, Iam using Access database with quickbooks and VB. I want to insert into the quickbooks database that I converted to 97 in access through Vb. Here is my...
kenyetteinmiami
Offline Send Email
May 13, 2004
11:17 pm
595
Hi all, I was wondering if Im doing something wrong I am using the data Wizard in vb to create a form that connects to the quickbooks but everytime I finish...
kenyetteinmiami
Offline Send Email
May 13, 2004
11:17 pm
596
ADVERTISEMENT VB Data Form Wizard I haven't wrote a single line of code and I'm getting the following error after creating a form with VB Data Form Wizard. ...
kenyetteinmiami
Offline Send Email
May 13, 2004
11:17 pm
597
I know we used to see that a while ago, perhaps it has creeped out of the bug list back into the product. In any case, you should be able to ignore it and run...
Brad Waddell
flexq
Offline Send Email
May 14, 2004
5:49 am
598
First, make sure your date format matches the SQL date format required. View the entire SQL statement and compare it to the examples on our FAQ page, and let...
Brad Waddell
flexq
Offline Send Email
May 14, 2004
5:49 am
599
hello all, This is the new error I'm recieving . Any suggestions on why, I don't know what I did to cause this to happen if anything [QODBC]Expected lexical...
kenyetteinmiami
Offline Send Email
May 14, 2004
11:28 pm
600
hi all, I'm using this code to insert into the db from vb and I get the error below, what am i doing wrong this time ..... Set cn = New ADODB.Connection ...
kenyetteinmiami
Offline Send Email
May 14, 2004
11:29 pm
601
This item is on our Frequently Asked Questions section of the web site: http://www.qodbc.com/qodbcfaq.htm please review it. brad...
Brad Waddell
flexq
Offline Send Email
May 14, 2004
11:51 pm
602
Try taking the brackets out from around the table name. It would be easier for you to test these SQL statements separately, like in our VBdemo application,...
Brad Waddell
flexq
Offline Send Email
May 14, 2004
11:53 pm
603
I would leave the square brackets [] off. QODBC uses double quotes " to designate field names, but since employee isn't reserved just leave them off. Matt...
Matt Froncek
matt_froncek
Offline Send Email
May 14, 2004
11:55 pm
604
I have a major problem, Im working with the Evaluation program for QODBC and quickbooks and was wondering why, I can add and update certain tables using a form...
kenyetteinmiami
Offline Send Email
May 19, 2004
2:29 am
605
Can you be more specific as to what you are trying to do, as in what table, like invoice and what field(s)? Also there was a bug in a previous version that...
Matt Froncek
matt_froncek
Offline Send Email
May 19, 2004
2:39 am
606
Hi all, I have been taking your suggestions to heart and making progress but as you would know that when you think you fix one thing you have another mishap...
kenyetteinmiami
Offline Send Email
May 20, 2004
4:32 pm
607
Hi - My hard drive crashed and I re-downloaded the QODBC drivers I have one routine where I add invoices I am getting an error Expected Lexical Element: )...
Berwanger, Patti
pattiberwanger
Offline Send Email
May 22, 2004
7:30 pm
608
Can you send the SQL statement it is generating? It can be found if you run the QODBC setup screen, press the "Messages" button, then the "Review QODBC ...
Matt Froncek
matt_froncek
Offline Send Email
May 24, 2004
6:47 pm
609
Hi all, I have been taking your suggestions to heart and making progress but as you would know that when you think you fix one thing you have another mishap...
kenyetteinmiami
Offline Send Email
May 24, 2004
10:01 pm
610
this is what the message looks like 2004-05-19 09:57:29 ********************************************************************* ...
kenyetteinmiami
Offline Send Email
May 24, 2004
10:04 pm
611
I can't think of anything that would change, however you might try reinstalling QuickBooks, some pleople report problems on the first install of QuickBooks...
Brad Waddell
flexq
Offline Send Email
May 24, 2004
10:12 pm
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
Messages 590 - 619 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