P
Pablo Ricco
Hello
I am developing a multi-thread app.
In this, each thread must take a number from a table and then update
table with the number + 1. This number is to insert in other table by
primary key. My problem is while I select number and update number,
because other thread may be read this number too.
How I can resolve this problem?...
I can't use Autonumber.
thank you
Pablo
I am developing a multi-thread app.
In this, each thread must take a number from a table and then update
table with the number + 1. This number is to insert in other table by
primary key. My problem is while I select number and update number,
because other thread may be read this number too.
How I can resolve this problem?...
I can't use Autonumber.
thank you
Pablo