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 : I have a shared memory error in SQL2005Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v7 Forum

 New Topic 
 
 Post Reply 
[1]  
 I have a shared memory error in SQL2005 
 Author   Message 
  Suzette 
  
 Group: Members 
 Posts: 1 
 Joined: 2007-02-06 
 Profile
 Posted : 2007-02-06 10:34:36

I am trying to link a server in Sql 2005 with Quickbooks 2005.  I have the server edition of QODBC v7.  I have everything installed locally while I try to get this to work.  I tested with the VB Demo and all works well.  I can run the following query

select * from openquery(quickbooks, 'select * from host')

and I get a row of data.

When I run the following query, select * from openquery(quickbooks, 'select * from vendor)

Data appears for only 1-5 sec and then I get an error

A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - The pipe is being closed.)

It then disconnects from the object browser.  I've checked and the shared memory and named pipe protocol are enabled.

Please help ASAP.

 

 
Suzette 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-02-06 11:17:18

Try:

SELECT ListID, Name, CompanyName FROM quickbooks...Vendor

See: Does QODBC work with MS SQL Server 2005 Linked Tables? for more on setting up QODBC and SQL Server 2005.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to