I am a SQL Administrator that has linked a db2 database to SQL 2000. However I have not been able to communicate using standard select statements with full 4 part names.
I am able to perform statements using an openquery, but that does not let me pass variables in stored procedures, which I need.
Is there a trick to the 4 part name on DB2?
I am structuring the 4 part names something like..
[linked dbase name].[schema name].[table name].[column name]
Am I doing something wrong, or does db2 not recognize standard 4 part names??
Thanks for all the help.
I am able to perform statements using an openquery, but that does not let me pass variables in stored procedures, which I need.
Is there a trick to the 4 part name on DB2?
I am structuring the 4 part names something like..
[linked dbase name].[schema name].[table name].[column name]
Am I doing something wrong, or does db2 not recognize standard 4 part names??
Thanks for all the help.