FWIW,

The usual answer to this is to encapsulate behavior behind an api written as stored procedures and forbid direct table access.

On Jan 3, 2007, at 12:26 AM, goran@krampe.se wrote:

So if it is objects instead of tables - how is this different?


Objects offer encapsulation and sharable behavior. Tables offer just

shared data.