Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : null result on vb6 demoSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Vista and Office 2007 Forum

 New Topic 
 
 Post Reply 
[1]  
 null result on vb6 demo 
 Author   Message 
  Peter 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-09-20 
 Profile
 Posted : 2007-09-20 09:23:53

installed enterprise professional services 7

installed qodbc

ran the vb6 demo

select * from customers returns all rows //no problem

I tried

select * from customer where name = 'Bayshore'   //first item in customer table

no results

strange.  Am I missing something?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-09-20 09:55:43

Sorry, I hate to say it, but I don't think you actually have a customer just named 'Bayshore' . Check that you have the whole name. Here I do the same thing:-

SELECT * FROM Customer

and run a query for the first name

SELECT * FROM CUSTOMER where Name='Family Room'

However, this isn't uique and isn't indexed with a jump-in.

So, for the best results, always use FullName:

SELECT * FROM Customer where FullName='Abercrombie, Kristy:Family Room'

 

  Top 
  Peter 
  
 Group: Members 
 Posts: 3 
 Joined: 2007-09-20 
 Profile
 Posted : 2007-09-20 10:10:55

Hey Tom

You're correct

The name was Bayshore Chamber of Commerce

the column spacing made it look like one word but there were in fact several.

 

 

 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to