P
Phil
i want to return a selected record through output parameters in a stored proc
and bind them to a formview; is this possible and how should it be done?
currently i'm using a stored proced that essentially returns a set of data
containing only one row for the selected record. it is my understanding that
this is ineffecient as compared to using output parameters for single record
selection.
thanks.
and bind them to a formview; is this possible and how should it be done?
currently i'm using a stored proced that essentially returns a set of data
containing only one row for the selected record. it is my understanding that
this is ineffecient as compared to using output parameters for single record
selection.
thanks.