[firebird-support] concurrency in firebird

2014-07-21 Thread 'checkmail' check_m...@satron.de [firebird-support]
Hello everybody, I need to split an input string and import some data in tables, like this (simplified) '123423453456' In this case, the value 1 is 1234, value 2 = 2345. With a while loop the values were inserted, if I get an error (value is not a integer), then I will delete all records with

SV: [firebird-support] concurrency in firebird

2014-07-21 Thread Svein Erling Tysvær svein.erling.tysv...@kreftregisteret.no [firebird-support]
Hello everybody, I need to split an input string and import some data in tables, like this (simplified) ‘123423453456’ In this case, the value 1 is 1234, value 2 = 2345. With a while loop the values were inserted, if I get an error (value is not a integer), then I will delete all records with