Hi,
Actually we got applications that use free tables. Up to now they were used by only one people at time and in rare cases by two at same time (and in that case the second waited for the first to finish). But it happens more often that two users want to use the same program at same time. So im looking for a good way to manage multi-user environment.
The ideal would be to be able to lock each records being used. This way allowing another user to use the other records in a table having another record locked rather than locking the entire table as it is actually doing.
any help appreciated!
Actually we got applications that use free tables. Up to now they were used by only one people at time and in rare cases by two at same time (and in that case the second waited for the first to finish). But it happens more often that two users want to use the same program at same time. So im looking for a good way to manage multi-user environment.
The ideal would be to be able to lock each records being used. This way allowing another user to use the other records in a table having another record locked rather than locking the entire table as it is actually doing.
any help appreciated!