Re: [SQL] Does a the block of code within a stored procedure constitute a transaction?

2003-07-31 Thread btober
>> What I need to know is whether or not this is multi-user safe, i.e., >> will the block of code in the procedure execute as a transaction so >> that if more than one clerk creates an expense report for the same >> employee simultaneously is it possible or impossible that value of >> the >> employ

Re: [SQL] Does a the block of code within a stored procedure constitute

2003-07-31 Thread Rod Taylor
> What I need to know is whether or not this is multi-user safe, i.e., will > the block of code in the procedure execute as a transaction so that if > more than one clerk creates an expense report for the same employee > simultaneously is it possible or impossible that value of the > employee.expen