From: Lee C. <lee...@ad...> - 2003-07-25 11:14:08
|
>ExecuteNonQuery can't return a resultset but it updates the output >values of an stored proc execution. Thank you Carlos, Also how come it is required to have a transaction for queries? I tried to query the database without one and it said it was invalid. So now i guess i have to make a method in a class that will return me a result set and i'll have to define a ref parameter that sets a transaction object so i can either commit the transaction or roll it back? Lee |