W
Will
I am executing a stored proc that does an insert and then
returns the new ID. I create all my command parameters and
then objCommand.ExecuteNonQuery();
how do I retrieve the new ID? do I create a returnValue
parameter as well before I execute? if so what would the
syntax be? please help, thanks.
Will
returns the new ID. I create all my command parameters and
then objCommand.ExecuteNonQuery();
how do I retrieve the new ID? do I create a returnValue
parameter as well before I execute? if so what would the
syntax be? please help, thanks.
Will