Re: Newbie question
From: Paul <paul_at_test.com>
Date: Fri, 24 Jun 2005 01:05:14 +0100
Message-ID: <42bb4e3a$0$41937$ed2619ec_at_ptn-nntp-reader03.plus.net>
Date: Fri, 24 Jun 2005 01:05:14 +0100
Message-ID: <42bb4e3a$0$41937$ed2619ec_at_ptn-nntp-reader03.plus.net>
David Cressey wrote:
> There is value in avoiding round trips to the server.
>
> With regard to keeping the client and the database in synch with regard to
> data constraints (database constraints?),
> there is another alternative. Allow both the client and the database to
> inherit the constraints from a common source.
The constraints can in theory change at any time though, so how does the client keep up-to-date with these changes? To be totally safe it would have to check with the central constraint repository before everything it does that could be affected, which would be a massive overhead.
Paul. Received on Fri Jun 24 2005 - 02:05:14 CEST