Re: errors calling linked oleDB server stored procedures
From: Michael, Cheng [MSFT] (v-mingqc_at_online.microsoft.com)
Date: 04/28/04
- Next message: Paul Hatcher: "Re: RAISERROR Behaviour"
- Previous message: Phil Smith: "A TOUGH ONE - audit Login, Audit Logout connection"
- In reply to: gerry: "Re: errors calling linked oleDB server stored procedures"
- Next in thread: gerry: "Re: errors calling linked oleDB server stored procedures"
- Reply: gerry: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 12:29:24 GMT
Hi Gerry,
Thanks for you instant reply.
First of all, I have no idea about IBM.uniOLEDB, it is not supported by
Microsoft. So I am not sure whether the provider you used could support
remote call DB2 stored procedure and the error message is thrown by
IBM.uniOLEDB. Would you have a check that it support reomte stored
procedure call?
Secondly, would you please try to call a stored procedure without dynamic
parameter, like OPENQUERY (LinkedTableName, "call TestProc"), will it give
you right answer? I am not sure the correct syntax of DB2.
Thirdly, I think you could try using four-part named stored procedure
instead of OPENQUERY like
LinkedTableName.databaseName.ownerName.storedProcedureName
Anyway, I am convinced that running stored procedures from DB2 Server is
not supported by SQL Server, even you may get result, it is not reliable.
Thank you for your patience and cooperation. If you have any questions or
concerns, don't hesitate to let me know.
Sincerely yours,
Michael Cheng
Microsoft Online Support
***********************************************************
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks.
- Next message: Paul Hatcher: "Re: RAISERROR Behaviour"
- Previous message: Phil Smith: "A TOUGH ONE - audit Login, Audit Logout connection"
- In reply to: gerry: "Re: errors calling linked oleDB server stored procedures"
- Next in thread: gerry: "Re: errors calling linked oleDB server stored procedures"
- Reply: gerry: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|