G
Guest
Hi.
Is it possible to run a Stored Procedure that takes 1 parameter using the
SQLDataAdapter. I'm currently using the SQLCommand with the SQLDataReader to
do this but would like to use a disconnected recordset.
Maybe a way to do this is to use the SQLCommand and then set a DataTable to
the
SQLDataReader. I played around with this approach for awhile but could not
get it to work.
Any suggestions will be greatly appreciated!
Rita
Is it possible to run a Stored Procedure that takes 1 parameter using the
SQLDataAdapter. I'm currently using the SQLCommand with the SQLDataReader to
do this but would like to use a disconnected recordset.
Maybe a way to do this is to use the SQLCommand and then set a DataTable to
the
SQLDataReader. I played around with this approach for awhile but could not
get it to work.
Any suggestions will be greatly appreciated!
Rita