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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1138 - 1167 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1138
So, I wrote a slick app to pull web orders and put the customer information into the Customer table. My clients has about 3500 records in the client table. My...
Matt Babineau
praefex
Offline Send Email
Oct 3, 2005
8:52 pm
1139
My company allows people to prepay for ad insertions in a newspaper. We accept, for example, $100 for four $25 insertions. I am trying to write a script that...
ewj_webrunner
Offline Send Email
Oct 3, 2005
8:52 pm
1140
I am creating an interface to QuickBooks 2005 using QODBC where my application is the primary source of Vendor and Customer information. To be complete, I also...
Russ Winters
diversicon
Offline Send Email
Oct 3, 2005
8:53 pm
1141
Hi All- Hopefully someone can help me with this. I need to do multiple updates on the Customer table. In my code, when I run it it only processes 1 of X update...
Matt Babineau
praefex
Offline Send Email
Oct 3, 2005
8:54 pm
1142
I need to input about 600 invoices in QBOE and am trying to find a way to import the invoices. QODBC seems to be the only addin avaialble. Any advice on using...
cliff.eckert
Offline Send Email
Oct 3, 2005
8:56 pm
1143
If you have programming experience and SQL knowledge you can write some code to do this. Otherwise our office specializes in this type of job. Chuck Vigeant...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:12 pm
1144
Here is a sample procedure for applying credits/payments to an invoice: CustomerRefListID = '790000-1071511999' (Required) DepositToAccountRefListID =...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:17 pm
1145
Are you doing an querying of the table to see if it exists before hand? How large is the database file in total? How long does it take using VBDemo and a...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:17 pm
1146
It is a limitation of the Intuit SDK at this time. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director, FLEXquarters solutions ...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:19 pm
1147
What we do is try to update a Customer record, if it fails to find the customer, we run an INSERT, if it finds the Customer in the DB, thats when we attempt to...
Matt Babineau
praefex
Offline Send Email
Oct 3, 2005
9:58 pm
1148
Matt, When do the update, specify the FullName in the WHERE statement. If you specify just name then QuickBooks will send the entire list of 3500 names to ...
Matt Froncek
matt_froncek
Offline Send Email
Oct 3, 2005
10:05 pm
1149
Ahh interesting! Right now what happens is I run an update query and use the WHERE argument Name = 'blah' ....will what you suggest still be successful if I...
Matt Babineau
praefex
Offline Send Email
Oct 4, 2005
12:18 am
1150
Look at the schema at www.qodbc.com/schema It will show you the jumpins.. Fullname is a jumpin, name is not Chuck Vigeant M.Ed. MCSE, CCNA, Certified...
Chuck Vigeant
txbtech
Offline Send Email
Oct 4, 2005
12:42 am
1151
Matt, Sure, FullName is unique, Name is not, but as long as FullName is in the WHERE statement it will use it. If you use jobs you can duplicate Names under a...
Matt Froncek
matt_froncek
Offline Send Email
Oct 4, 2005
1:28 am
1152
I'm trying to include the ability to insert an ItemGroup record into the SalesOrder. We are able to insert items from ItemInventory, but am having trouble with...
Jason Hart
jasonghart
Offline Send Email
Oct 23, 2005
9:32 pm
1153
The totalamount is calculated by QB, so you cannot insert that field. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director, FLEXquarters...
Chuck Vigeant
txbtech
Offline Send Email
Oct 24, 2005
12:40 am
1154
I tried removing the totalamount from the itemgroupline, but I'm still getting the same error. Here are my new insert statements: INSERT INTO SalesOrderLine...
Jason Hart
jasonghart
Offline Send Email
Oct 25, 2005
3:00 am
1155
I run a batch sql statment for my inserts into quickbooks, only I've yet to be able to insert new invoices. I'm not sure what I'm doing wrong, any help would...
bnr1900
Offline Send Email
Oct 26, 2005
12:28 am
1156
hi guys! i'm inserting a record in InvoiceLine, but i can't find where or what field does quickbooks save the Sales Order Number. I looked up the columns of...
Eric
cire00_ph
Offline Send Email
Oct 26, 2005
12:33 am
1157
To create and invoice you must create at least one invoice line. You do this using the InvoiceLine table. If you need include more than one line on the invoice...
Matt Froncek
matt_froncek
Offline Send Email
Oct 26, 2005
1:46 pm
1158
Eric, Sorry Eric QODBC does not support the SONumber field. QODBC uses the Intuit SDK and they have not offered that functionality. You could create a Custom ...
Matt Froncek
matt_froncek
Offline Send Email
Oct 26, 2005
1:48 pm
1159
Matt, Thanks for the information, and i am going to do what you have suggested. Thanks a lot. eric Matt Froncek <matt@...> wrote: Eric, Sorry Eric QODBC...
eric ordonez
cire00_ph
Offline Send Email
Oct 26, 2005
2:14 pm
1160
I just bought this product today and am impressed with how easy it is to use --- I did the entire set up and when testing the append to the Invoice Line table...
curiousum0914
Offline Send Email
Nov 7, 2005
2:36 am
1161
See FAQ at: http://www.qodbc.com/QODBCAutoFAQ.htm?faq_id=27 <http://www.qodbc.com/QODBCAutoFAQ.htm?faq_id=27&category_id=1> &category_id=1 Run the SQL: ...
Matt Froncek
matt_froncek
Offline Send Email
Nov 7, 2005
5:26 am
1162
Thanks for the help. only I'm still having some minor difficulties. My insert statement seams to be working but I do not see any data in Quickbooks(I made...
bnr1900
Offline Send Email
Nov 8, 2005
2:50 pm
1163
Set the FQSaveToCache to False and see if it makes it to Quickbooks --- that's all I needed to do.. Eileen Murphy epmConsulting, Inc. cell/voice mail:...
eileen_murphy@...
curiousum0914
Offline Send Email
Nov 8, 2005
3:07 pm
1164
On the last line you insert into the invoiceline table set the FQSaveToCache = 0. If you only have one line, set it to 0. If it would make coding easier you...
Matt Froncek
matt_froncek
Offline Send Email
Nov 8, 2005
5:12 pm
1165
Thanks for all your help. It looks like the major isse was that I was not referecing any invoiceline**** fields on the insert....
bnr1900
Offline Send Email
Nov 8, 2005
6:16 pm
1166
You're very welcome. _____ From: qodbc@yahoogroups.com [mailto:qodbc@yahoogroups.com] On Behalf Of bnr1900 Sent: Tuesday, November 08, 2005 12:16 PM To:...
eileen_murphy@...
curiousum0914
Offline Send Email
Nov 8, 2005
8:14 pm
1167
I have a speed problem with QODBC, and would be grateful for any pointers on how to improve things. I've read the FAQ entry on this, and it doesn't seem to be...
Dave Gurr
davidgu
Offline Send Email
Nov 13, 2005
7:58 am
Messages 1138 - 1167 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