[Migrated content. Thread originally posted on 25 June 2008]
I have been trying to set up a linked server with SQL server 2005 and AcuXdbc.I have been able to set up the linkedserver in SQL server 2005.
But with my current set up I have limitations.
I have only be able to use OPENQUERY.
SELECT * FROM OPENQUERY(linkedserverName, 'select * from Table t');
I have not been able to update or insert.
I have tried to create an SYNONYM for linkedserverName.GENESIS.dbo.Table
This has failed, I don't know if I'm using the schema right or not.
This is the error, "Method is not supported by this provider.".
I don't see why this would work in winsql for querys and not in a linked server using odbc.
This is the first time I created a linked server in SQL server 2005 with ODBC;
I was wondering if any one else had attempted to do a Linked server?
If you have what did you do?
Is there a different option you would take?
This is we have half the information in one DB and the rest in the files that AcuXdbc is linked to.
I want to be able to have real time data with out a slowness ETL or SISS.



