I am in a situation where I need to run a transaction from the front-end code using my command object. I am wondering if when I use the ado.net commit and rollback methods if I also (or shouldn't) use stored procedure transactions. Should I have the SQL in the stored procs let the front-end code handle the commital of the transactions in this case? Thanks
regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.
regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.