Returning Resultsets from Stored Routines

2006-07-13 Thread Asif Lodhi
Hi All, I want to restrict all direct access to tables and allow users access only through the stored procedures. However, I haven't seen any explicit mention in the docs that one can return a resultset/recordset from a stored routine - that's what I can do using MS-SQL Server. If this cannot

Re: Returning Resultsets from Stored Routines

2006-07-13 Thread Daniel Kasak
Asif Lodhi wrote: Hi All, I want to restrict all direct access to tables and allow users access only through the stored procedures. However, I haven't seen any explicit mention in the docs that one can return a resultset/recordset from a stored routine - that's what I can do using MS-SQL