D
ddangerous
Hi,
I'm looking for a way to get both the result set and PRINT messages
from a stored proc.
Currently if i use ExecuteNonQuery i get the infomessage event firing,
and if I use a sqldataadapter to fill a dataset i get the result set
but no infomessage. Is there a way to get both without calling the
stored proc twice?
Cheers,
David Newman
I'm looking for a way to get both the result set and PRINT messages
from a stored proc.
Currently if i use ExecuteNonQuery i get the infomessage event firing,
and if I use a sqldataadapter to fill a dataset i get the result set
but no infomessage. Is there a way to get both without calling the
stored proc twice?
Cheers,
David Newman