[firebird-support] lock the table "partially"

2012-02-15 Thread nathanelrick
Hello, i m in multi user database. I want to clean a table of all entries from one user (rec with field id_user=xxx) and insert new entries, BUT i must be sure that noone is not actually doing any insert on this table for this user. i can not lock the table because this will affect all the use

Re: [firebird-support] lock the table "partially"

2012-02-16 Thread Alexandre Benson Smith
Em 16/2/2012 05:26, nathanelrick escreveu: > Hello, > > i m in multi user database. > > I want to clean a table of all entries from one user (rec with field > id_user=xxx) and insert new entries, BUT i must be sure that noone is not > actually doing any insert on this table for this user. i can n

RE: [firebird-support] lock the table "partially"

2012-02-20 Thread Svein Erling Tysvær
>Hello, > >i m in multi user database. > >I want to clean a table of all entries from one user (rec with field >id_user=xxx) >and insert new entries, BUT i must be sure that noone is not actually doing >any >insert on this table for this user. i can not lock the table because this will >affect