Re: Migrating PostgreSQL database to MySQL/MS Access

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrating PostgreSQL database to MySQL/MS Access
Date: 2006-08-13 08:57:53
Message-ID: ebmpii$qr7$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Harald Armin Massa wrote on 13.08.2006 10:46:
> Do you know for what benefit that happens? I have seen similiar stupidity
> with EJB, having RI within that layer. Why are people doing this? Do they
> know something I miss, or did they just not vivist Databases 101 ?

I think this happens because of the OO/UML hype. People tend to see the database
as a mere storage facility and putting the logic (including RI and other stuff)
in the middle tier. This should make the application more platform independent.

I'm a J2EE developer but with a strong database background and I always have to
fight to get the basic checks into the database. Too many people coming from
MySQL, Access and dBase ("but we can check that in the application logic!")

And MS is going the same way I think (haven't done any .net development though,
but seeing SQL Server's transact SQL I really don't want to use that for
implementing my business logic as well ;)

Regards
Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2006-08-13 09:48:04 Re: Migrating PostgreSQL database to MySQL/MS Access
Previous Message Harald Armin Massa 2006-08-13 08:46:56 Re: Migrating PostgreSQL database to MySQL/MS Access