I want to build a software in Delphi and use the Pervasive database to give me unique incrementing serial numbers. Is it possible to use Pervasive 8 in this way?
A solution is to get the number in row one, number++ and then update the field in the table. This needs exclusive access to the table (how to do that?). But I would like a automated function/solution if there is one available.
A solution is to get the number in row one, number++ and then update the field in the table. This needs exclusive access to the table (how to do that?). But I would like a automated function/solution if there is one available.