Re: errors calling linked oleDB server stored procedures
From: gerry (germ_at_hotmail.com)
Date: 04/29/04
- Next message: Ian Boyd: "Re: I need help with a very advanced SQL Statement Please!!"
- Previous message: Louis Davidson: "Re: Please check this simple error capturing method"
- In reply to: Michael, Cheng [MSFT]: "Re: errors calling linked oleDB server stored procedures"
- Next in thread: Michael, Cheng [MSFT]: "Re: errors calling linked oleDB server stored procedures"
- Reply: Michael, Cheng [MSFT]: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 11:07:37 -0400
thanks again.
this should work for sp that don't return any values but our goal is to use
sp to control all db access, data retrieval in particular, which is exactly
where sql server is failing.
I just took a quick look to see if it is possible to use adoDB/COM directly
within SQL server the same as we would elsewhere but i don't see anything.
is this possible and i'm just looking in the wrong places?
gerry
""Michael, Cheng [MSFT]"" <v-mingqc@online.microsoft.com> wrote in message
news:$4e6UcZLEHA.3064@cpmsftngxa10.phx.gbl...
> Hi Gerry,
>
> Thanks for you reply.
>
> Here is a bit more infomation for you. Looks like an interseting
> workaround to cretae a dummy table in your database that executes the
> stored procedures.
>
> Instaed of calling the procedures directly, you could just insert a row to
> the linked server. This approach will not work to execute a stored
> procedure that accepts parameters. Also, you could insert your parameters
> into a table and then trigger the stroed procedures with the parameter
> inserted into the table. In this way, I think you could trigger your
stored
> procedures in your database.
>
> 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: Ian Boyd: "Re: I need help with a very advanced SQL Statement Please!!"
- Previous message: Louis Davidson: "Re: Please check this simple error capturing method"
- In reply to: Michael, Cheng [MSFT]: "Re: errors calling linked oleDB server stored procedures"
- Next in thread: Michael, Cheng [MSFT]: "Re: errors calling linked oleDB server stored procedures"
- Reply: Michael, Cheng [MSFT]: "Re: errors calling linked oleDB server stored procedures"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|