Re: errors calling linked oleDB server stored procedures
From: Michael, Cheng [MSFT] (v-mingqc_at_online.microsoft.com)
Date: 04/30/04
- Next message: Andrew John: "Re: could some kind soul solve my trigger problem?"
- Previous message: Gan: "Help: could some kind soul solve my trigger problem?"
- In reply to: gerry: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 02:58:22 GMT
Hi Gerry,
Thanks for you instant reply.
You could have a try on registering COM in SQL Server. However, I am not
sure whether the COM will call stored procedures in Linked Server
successfully.
Based on my knowledge, SQL Server provide such stored procedures to call
COM component:
sp_OACreate, which is used to create an instance of the OLE object on an
instance of Microsoft SQL Server.
sp_OASetProperty, which is used to set a property of an OLE object to a new
value.
sp_OAMethod, which could call a method of an OLE object.
Hope this helps and if you have any questions or concerns, don't hesitate
to let me know. We are here to be of assistance!
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: Andrew John: "Re: could some kind soul solve my trigger problem?"
- Previous message: Gan: "Help: could some kind soul solve my trigger problem?"
- In reply to: gerry: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|