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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1079 - 1108 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1079
I believe the problem is the single-quotes around the 300. It is looking for a numeric value, and you are giving it a string....
aron7awol
Offline Send Email
Apr 3, 2005
6:41 am
1080
I have QODBC developer edition installed at a client shop. Quickbooks has to be running BEFORE starting my linked application, or an error message ensues. They...
mandleshwar
Offline Send Email
Apr 8, 2005
7:26 am
1081
Even in "silent" mode, the QBW32.exe file runs; no way around this. For silent mode, go into QB>Edit>Preferences>Integrated Applications>Company Preferences....
Chuck Vigeant
txbtech
Offline Send Email
Apr 8, 2005
5:35 pm
1082
I have been trying to use the sql ie (Insert into tabless(......) values(......) and then using this query I pass it in visual basic code by ...
micheal macharia
texasmwaura
Offline Send Email
Apr 9, 2005
8:33 am
1083
can you send the exact query. ODBC uses some different syntax than Microsoft SQL server and Oracle. e.g. you can't store date like "txnDate = '2/2/2005'"....
Saqib Razzaq
saq043
Offline Send Email
Apr 14, 2005
10:29 pm
1084
I have a client that has two quickbooks files and I want to import the transactions from one of his checking accounts in file #1 to another checking account...
sdfggg73
Offline Send Email
Apr 14, 2005
10:29 pm
1085
I have developed an application that will maintain the ItemInventory table. Adding or update the standard Item fields works well, but when I update data in...
brdgriffin
Offline Send Email
Apr 16, 2005
11:18 pm
1086
We have the following line of code to insert lines into invoices: "INSERT INTO InvoiceLine (CustomerRefListID, ClassRefListID, ARAccountRefListID, " & _ ...
thedigitguy
Offline Send Email
May 6, 2005
1:46 am
1087
try this function Function ParseQuotes(ByVal ParseText As String) As String Dim intOffset As Integer Dim intX As Integer ' TRIM THE STRING - OPTIONAL BUT GOOD...
Adam Lovell
damuepl
Offline Send Email
May 6, 2005
1:53 am
1088
Simpler to do: Replace(sYourData, "'", "''") ' That is replace all single quotes with two single quotes. Matt Froncek QODBC Development Support / FLEXquarters...
Matt Froncek
matt_froncek
Offline Send Email
May 6, 2005
2:18 pm
1089
I'm trying to import UPS tracking numbers and shipping costs from an Excel spreadsheet into Quickbooks. Our customers require this information on their...
msphoenixgroup
Offline Send Email
Jun 17, 2005
6:22 pm
1090
We have a number of memorized QuickBooks reports derived from the Customer Balance Detail report. These reports are customized to select only customers of a...
astrokent
Offline Send Email
Jun 17, 2005
6:22 pm
1091
i want to pass values to the parameters in an sp_report from VBA, Does sp-report accept passing values to parameters?...
ymayay
Offline Send Email
Jun 17, 2005
6:22 pm
1092
Where can I get documentation for QBFC3Lib? Specifically I am looking for IInvoiceLineGroupMod routine. Thank You...
sachmopa
Offline Send Email
Jun 17, 2005
6:23 pm
1093
RefNumber does a table scan inside of QuickBooks. If you have QuickBooks 2005 and check the "Use Case Sensitive RefNumber Searches" in the QODBC Setup...
Matt Froncek
matt_froncek
Offline Send Email
Jun 17, 2005
6:29 pm
1094
Customer Type is not available to that sp_report. Unfortunately because sp_report is not really a table you cannot join to it. The best you can do is return...
Matt Froncek
matt_froncek
Offline Send Email
Jun 17, 2005
6:42 pm
1095
Directly from Intuit at http://developer.intuit.com/ Matt Froncek QODBC Development Support / FLEXquarters Solutions Consultant QODBC Driver for QuickBooks -...
Matt Froncek
matt_froncek
Offline Send Email
Jun 17, 2005
6:49 pm
1096
Yes it does.. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director, FLEXquarters solutions Participant: Accountant and Advisor Customer...
Chuck Vigeant
txbtech
Offline Send Email
Jun 18, 2005
11:03 pm
1097
Check off "use case sensitive refnumber searches" in your advanced tab of your QODBC setup - if you are using 2005 QB. You might try and limit your search...
Chuck Vigeant
txbtech
Offline Send Email
Jun 18, 2005
11:08 pm
1098
Is it possible to BUILD a Stock Assembly in a Quickbooks company file via the QODBC driver?...
brdgriffin
Offline Send Email
Jun 24, 2005
12:28 am
1099
I am using QODBC Web Edition Read/Write 2005 and when I try running the below listed set of insertstatements I get an "invalid operand for operator:...
Jason Hart
jasonghart
Offline Send Email
Jul 1, 2005
8:33 pm
1100
Jason, FQSaveToCache is a Boolean and needs to be 1 or True (no single quotes on either of them) FYI, you should specify Qty and Rate OR Amount not both all...
Matt Froncek
matt_froncek
Offline Send Email
Jul 1, 2005
8:44 pm
1101
My application uses vb.net. I am ok with reading data from QB. When trying to do an update to QB, I had an error message - expected lexical element...
jack_su_68
Offline Send Email
Jul 4, 2005
7:06 am
1102
What is the SQL statement you are sending; there is a syntax error in it? Matt Froncek QODBC Development Support / FLEXquarters Solutions Consultant QODBC...
Matt Froncek
matt_froncek
Offline Send Email
Jul 4, 2005
1:09 pm
1103
I have reworked the automatic generated sql commands. And now my updating to QB is working properly. Thanks. ... in it? ... <http://www.qodbc.com/> ... ...
jack_su_68
Offline Send Email
Jul 5, 2005
11:28 am
1104
I would like to be able to associate a SalesOrderLine item with a specific ProceLevelList entry. It appears that the QuickBooks SDK does not allow access to...
Jason Hart
jasonghart
Offline Send Email
Jul 11, 2005
12:25 pm
1105
Hi is there a way where you can limit the number of expense lines in QuickBooks? in my Application, i'm exporting the check_detail report and i have a limit of...
ymayay
Offline Send Email
Jul 14, 2005
5:58 am
1106
Nonprofit Organization needs to convert from PeachTree to QuickBooks in Long Beach, California Area. I will forward your information to Nonprofit Association...
Steven R. Hinds
quickbooksqb...
Offline Send Email
Jul 14, 2005
8:38 am
1107
I am trying to write code to edit line items on existing estimates and invoices. When I try to update the existing record in the EstimateLine table, I receive...
aron7awol
Offline Send Email
Jul 14, 2005
8:39 am
1108
If you sent a copy of the SQL you are trying would make it easier to figure out what is wrong. Matt Froncek QODBC Development Support / FLEXquarters Solutions...
Matt Froncek
matt_froncek
Offline Send Email
Jul 14, 2005
1:15 pm
Messages 1079 - 1108 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