July 20, 2005 at 12:42 am
Hi!
Oracle databases has a java package called dbms_pipe. With this package enables sending and receiving messages through a named pipe. Now I'm searching for a similar solution in MS SQL Server 2000. The only restriction is that this solution has to be accessable by stored procedures and triggers.
Thanks 4 any help!
Regards,
thelonestar
July 25, 2005 at 8:00 am
This was removed by the editor as SPAM
July 25, 2005 at 2:39 pm
I think you need to describe a little more exactly what you want to accomplish (or someone better with Oracle than me perhaps could help). Do you want your stored procedures to send something through a named pipe to a client of some sort? In that case I think you will need to use an extended stored procedure. You can call the xproc from your 'normal' procs and triggers.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply