DataAdpter and StoredProcedure
Posted: Mon 21 May 2007 06:01
I would like to add to my DataAdapter a stored Procedure
(right click --> add query --> use existing stored procedure)
I want the stored procedure to return all the rows of the EMP table
(select * from EMP) in order to fill the EMP DataTable.
is it possible? which data type should the stored procedure return?
can you show me an example?
Thanks
Aya
p.s.
I found the way to do it manualy, using ref cursor in your Help files.
However, this I can do without your product...
(right click --> add query --> use existing stored procedure)
I want the stored procedure to return all the rows of the EMP table
(select * from EMP) in order to fill the EMP DataTable.
is it possible? which data type should the stored procedure return?
can you show me an example?
Thanks
Aya
p.s.
I found the way to do it manualy, using ref cursor in your Help files.
However, this I can do without your product...