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 1283 - 1312 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1283
Hi, I Created a Report in Crystal Report 10, I add two commands in our Reorts. When I use records from Command_1 my Report working normaly then I use a record...
sajid_is
Offline Send Email
May 3, 2006
1:05 am
1284
You need to let Crystal do the work for you. rather than creating the manual commands. you need to use the tables for your report, and use the filtering and...
Chuck Vigeant
txbtech
Offline Send Email
May 3, 2006
2:04 am
1285
Hi, I use two commands (Command_1 and Command_2) both commands are use same table of SQL. Command's Querry is: (1) Command_1 Querry is (SELECT SerialNo FROM...
Sajid Hussain
sajid_is
Offline Send Email
May 3, 2006
4:30 am
1286
We are using multi-currency database in QuickBooks Enterprise 2004 - Canadian Edition. We are printing GL Transaction Detail by Account report in QuickBooks,...
clifford_millionaire
clifford_mil...
Offline Send Email
Aug 2, 2006
9:19 am
1287
Does anyone know why this field would have IsPaid = False but in QuickBooks, this transaction shows as a fully paid bill? [Non-text portions of this message...
Carol Cook
branuda
Offline Send Email
Aug 3, 2006
6:29 am
1288
Hi All How to create customized Field in ItemService Table and QB and how how to insert data into these fields using INSERT QUERY If anybody knows this pls...
rj2005p
Offline Send Email
Aug 21, 2006
9:10 am
1289
Raj, First you create the custom field in QuickBooks. Then in QODBC it will be the name you gave it in QuickBooks with CustomField in from of it. So if you ...
Matt Froncek
matt_froncek
Offline Send Email
Aug 21, 2006
4:03 pm
1290
We are preparing to import Bills from our MS SQL 2000 database into Quickbooks via QODBC. We have observed that, when a bill is created within Quickbooks it...
b9muse
Offline Send Email
Oct 12, 2006
9:58 pm
1291
All of the information in Bill is also in BillExpenseLine. If you go to www.qodbc.com <http://www.qodbc.com/> to their help desk, and search on "INSERT" you...
Chuck Vigeant
txbtech
Offline Send Email
Oct 12, 2006
10:38 pm
1292
I am using the QODBC driver that comes with QB Enterprise. I'm trying to automate the process for an unattended operation. I have assigned the specific...
Rod Lewis
ddprlewis
Online Now Send Email
Dec 6, 2006
5:13 am
1293
(1) Get everybody out of QB (2) Go into QB>Edit>Preferences>Integrated Applications. Remove any ODBC listings. (3) Go to your directory where the QB file is...
Chuck Vigeant
txbtech
Offline Send Email
Dec 6, 2006
5:37 am
1294
Hi Rod, I emailed you. First question I would have would be which version of the driver are you using? Were you logged in as Admin when you set up unattended...
Robyn Zelickson
robyn_renwick
Offline Send Email
Dec 6, 2006
6:46 am
1295
Chuck, Your suggestion worked for one company. For another I had to do what they suggested on the QODBC site (moving all related files except for the QBW)....
Rod Lewis
ddprlewis
Online Now Send Email
Dec 7, 2006
3:04 am
1296
Probably the .lgb file. The .ND file is a configuration file, that usually doesn't need to be removed, but just remember to rename them to .old I never like...
Chuck Vigeant
txbtech
Offline Send Email
Dec 7, 2006
8:12 am
1297
Warning: odbc_exec(): SQL error: [QODBC] Error: 3170 - There was an error when m odifying a ItemService. Cannot use SalesOrPurchaseMod aggregate when the item...
praefex
Offline Send Email
Jan 4, 2007
2:40 am
1298
You will have to provide a loop to check for which Price "field" is applicable to that item. If an item is performed or bought from a subcontractor it changes...
Chuck Vigeant
txbtech
Offline Send Email
Jan 4, 2007
5:52 am
1299
A client of mine purchased a QODBC license for V. 6 Read/Write in August of 2006. They never installed and the secretary never notified me until today that...
sjdeetz
Offline Send Email
Jan 9, 2007
8:55 pm
1300
Are they running QB 2007? I ran into this problem. Basically QODBC 6 will work with all versions of QB up to 2006. QODBC 7 will work with versions up to 2007. ...
Matt Babineau
praefex
Offline Send Email
Jan 9, 2007
9:08 pm
1301
Matt, No they are running 2006. They did an upgrade last summer. Steve ... will ... versions up ... sure to not ... how... ... expired....
sjdeetz
Offline Send Email
Jan 10, 2007
6:32 pm
1302
This doesn't work: SELECT * FROM Item WHERE Type != 'ItemService' This does work: SELECT * FROM Item WHERE Type = 'ItemService' Am I building this query wrong?...
Matt Babineau
praefex
Offline Send Email
Jan 10, 2007
7:48 pm
1303
Try: SELECT * FROM Item WHERE Type <> 'ItemService' Matt Froncek QODBC Development Support / FLEXquarters.com LLC Consultant QODBC Driver for QuickBooks -...
Matt Froncek
matt_froncek
Offline Send Email
Jan 12, 2007
9:23 pm
1304
Not sure what you're using to run the query, but in Access you have to say: SELECT * FROM Item WHERE Type<>'ItemService'; ... From: Matt Babineau To:...
Robyn Zelickson
robyn_renwick
Offline Send Email
Jan 12, 2007
10:29 pm
1305
Awesome...that makes sense. I've been in MySQL too long! Thanks, Matt Babineau Criticalcode 858.733.0160 matt@... http://www.criticalcode.com...
Matt Babineau
praefex
Offline Send Email
Jan 13, 2007
1:52 am
1306
Yup, how soon we forget! Glad it helped.. take care, robynz ... From: Matt Babineau To: qodbc@yahoogroups.com Sent: Friday, January 12, 2007 06:50 PM Subject:...
Robyn Zelickson
robyn_renwick
Offline Send Email
Jan 13, 2007
5:13 am
1307
Hi, I have to Udpate all the accounts number of Chart of Accounts. Even do I'm Using QODBC Read/Write I can not update any account and I do not know why, I...
virtualjosemx
Online Now Send Email
Jan 14, 2007
12:29 pm
1308
... So far I had to create a small routine to open and close windows as well as adding the charaters require for the account format update. It does work but it...
virtualjosemx
Online Now Send Email
Jan 14, 2007
1:09 pm
1309
What version of QuickBooks are you using? QODBC uses the Intuit SDK and Account information was not updatable until QuickBooks 2007. Matt Froncek QODBC...
Matt Froncek
matt_froncek
Offline Send Email
Jan 15, 2007
5:00 am
1310
That answer my question. We are using Pro Version 2006 Thank you! ... From: Matt Froncek <matt@...> To: qodbc@yahoogroups.com Sent: Sunday, January 14,...
Jose Moreno
virtualjosemx
Online Now Send Email
Jan 15, 2007
8:01 am
1311
I have a VB.NET application that "select * from <table> " succesfully from all the QBOE tables EXCEPT (Invoice, InvoiceLine, InvoiceLinkedTxn). I am using the...
odakcm
Offline Send Email
Mar 21, 2007
9:32 am
1312
Hi Fellow Programmer, I did used QODBC for one of my projects and it did fulfill all of my client needs. But it we were lucky cause we were working all around...
Jose Moreno
virtualjosemx
Online Now Send Email
Mar 21, 2007
7:41 pm
Messages 1283 - 1312 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