cursor and function [message #374228] |
Thu, 31 May 2001 07:44 |
Ben
Messages: 48 Registered: January 2000
|
Member |
|
|
Hi All,
I have a stored function I need to use. However, my app cannot call function directly so I need to write a stored procedure to wrap the function since my app can only call stored proc. To make it complicated, my app can only accept cursor as return from the stored proc. The stored func will return a number and it will update a set of tables when it is called. I like to ask how to return a cursor for a function in a stored proc.
Thanks!
|
|
|
|