set of records from procedures
:) Hi, all
Hoe can i use packages/procedures to capture set of records and display in my aspx grid at a time all the records
eg: if i use the query in procedure
select c1,c2,c3,c4 from table
in aspx form i have to display in datagrid c1,c2,c3,c4 columns
data.
thanks.
waiting for the reply
|