On Fri, Oct 3, 2008 at 8:25 AM, Sven <[EMAIL PROTECTED]> wrote:
> how do you handle the dataset problem?
> I would like to know if there is a tool which enables a 'server engine'.
> The server engine is the only tasks that communicates with the database and
> every application communicates with the server process.
> The server engine should lock the data when it is in use - every other
> application may hav a copy but no possibility to edit data ( in the table
> row) . If the client
> application task has ended the server engine should release the lock.

Why don't you use some simple timestamps to see, that somebody has
opened the record for editing?

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to