Which options do i have to create a database link between MSSQL and DB2 to use sql-functions like a view...
Database link between MSSQL and DB2
Collapse
X
-
I now used the Microsoft OLE DB Provider for DB2.
When i run the Connection test everything is quite good but when i want to see the tables i get this error:
Cannot fetch a row from OLE DB provider "SQL Server" for linked server "(null)". (Microsoft SQl Server, Error 7330)
can someone help me how to solve this problem?Comment
Comment