Re: Mixing OO and DB

From: Stefan Ram <ram_at_zedat.fu-berlin.de>
Date: 9 Feb 2008 17:24:06 GMT
Message-ID: <oo-DB-20080209182301_at_ram.dialup.fu-berlin.de>


Victor Porton <porton_at_narod.ru> writes:
>object oriented programs which use DB.

  When the interface to the database is procedural, one might be   forced to use procedural idioms to access it. One can write an   object-oriented interface layer to the database and henceforth   access the database only via this layer.

  A similar situation arises when one uses a class without access   to its source code. Sometimes one can't use certain   object-oriented idioms then, if the class does not support them. Received on Sat Feb 09 2008 - 18:24:06 CET

Original text of this message