I need to connect to AS400 to transfer data from SQL Server 2005 to AS400
I created a linked server and I'm getting error's
this is the command line ==
delete openquery(LPUSA01_A, 'select * from BZRCRP')
and this is the error:
OLE DB provider "MSDASQL" for linked server "LPUSA01_A" returned message "[IBM][iSeries Access ODBC Driver][DB2 UDB]SQL7008 - BZRCRP in EBSTSTNEW not valid for operation.".
what i'm doing wrong???
thanks