K. M. Kale wrote:
> I have created a simple procedure like ...
> create dbproc test_select as select * from dba.test;
> when i call the dbproc i get...
> Statements successfully executed, no result !
> Am i not suppose to get all rows in the table test?
> What am i doing wrong?
> Thanks in advance

This depends on what tool or programming interface you're using. Because 
returning a result set from a db procedure is a relatively new feature, 
it isn't implemented in every tool yet.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to