3 Aug
2015
3 Aug
'15
11:29 a.m.
Hi,
that is already in the db, so those fail, but my question is, will the server keep trying to insert that record and not try any others in the detail.work file?
yep. any nastiness and it gets stuck....and wont proceed. you need to nullify it...either stop server, edit the .work file to remove the dodgy record or configure server to walk over it... probably something hacky like this sql { invalid = 2 fail = 2 } if (fail || noop || invalid) { ok } alan