Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)



U-gene wrote:
IMHO these guys confuse problems " interaction between programms and
DBMS" with problems "objects and(or, vs., * etc. mark what you need)
relations". The first problem is technological and may be
methodological but the second one is only logical and mathematical. The
reason of this confising is that most of programs are OO and most of
DBMS are "relational"( i mean SQL) today and many persons do not try to
unerstand difference betwee these two kind of problems.


Nope. The problem is that some persons here are truly hard-core RDBMS
fanatics and and absolutely unable to understand that there's a life
outside RDBMS. RDBMS are really great for some things, and just suck for
some other things.

Both positions ('everything must go to the RDBMS' vs 'the RDBMS is just
a low-level storage') are wrong IMHO - as always, it's a matter of
choosing the right tool for the job.

--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xxxxxxxxxxx'.split('@')])"
.



Relevant Pages

  • Re: OO vs. RDB challenge
    ... > If something can not enforce the business logic then it is not a DBMS. ... I've worked with RDBMS based CMS. ... executing queries, checking queries results, fetching datas etc... ...
    (comp.object)
  • Re: Data Layer architecture
    ... VS.NET with intellisense is cool, ... >placed INSIDE the RDBMS. ... database, but it is not about that. ... Truly Relational DBMS. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Good Books on MultiValue Databases
    ... For other responses, what do you expect when someone says ... A lot of the "protections" you describe exist in an RDBMS because it doesn't ... because of the different structure of the two different dbms platforms. ...
    (comp.databases.pick)
  • Re: About Databases...
    ... design, normalization (and when to violate normalization), and SQL. ... I'd probably avoid any book that has chapters on Hierarchical DBMS, ... and converted back to binary by the RDBMS server. ...
    (comp.lang.python)
  • Re: OO vs. RDB challenge
    ... Oracle, DB2, SQL Server, etc. ... cannot be enforced by a DBMS? ... database structure, ... And an RDBMS is a software system that can enforce all that. ...
    (comp.object)