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 : SQL Link ServerSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 SQL Link Server 
 Author   Message 
  Brad Richardson 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-04-08 
 Profile
 Posted : 2006-04-08 06:04:18

I am currently using the SQL Link Server option for the QODBC Connector.  I am using Microsoft SQL Server 2000 with the latest service pack.   I am able to link the database sucessfully, view all the tables and can run the following  query as a view with no problems:

SELECT * FROM OPENQUERY(QODBC, 'SELECT * FROM Customer')

This returns all the records in a recordset with fields in the column headers. 

But when I try to query on any other table in the database, for example:

SELECT * FROM OPENQUERY(QODBC, 'SELECT * FROM Invoice')

The recordset returns with no records but does show the fields in the table in the view's column headers.  I verified that there are records in that table using the VBDEMO program.

Any ideas would be appreicated.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-04-08 08:10:17
Actually this exact issue had already been covered under the QODBC Frequently Asked Questions, see: MS SQL Server 2000 Linked Server issue using the QODBC optimizer  

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to