Re: use of end

2007-08-06 Thread Chas Owens
On 8/6/07, Ken Foskey <[EMAIL PROTECTED]> wrote: > > I have a script that must update the reconciliation system using a > module. > > >From a design perspective how safe is it to use DB2 updates in an END > block? snip They are fairly safe since this is pretty much what they were designed for. Th

Re: use of end

2007-08-06 Thread Tom Phoenix
On 8/6/07, Ken Foskey <[EMAIL PROTECTED]> wrote: >From a design perspective how safe is it to use DB2 updates > in an END block? Pretty darn safe. But that's like asking how safe it is to cross the street, isn't it? Usually it's pretty safe, if you take some basic precautions and expect it to fa

use of end

2007-08-06 Thread Ken Foskey
I have a script that must update the reconciliation system using a module. >From a design perspective how safe is it to use DB2 updates in an END block? -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.p