Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: You have my sympathies

Re: You have my sympathies

From: Nuno Souto <nsouto_at_nsw.bigpond.net.au.nospam>
Date: Wed, 15 Mar 2000 08:26:44 GMT
Message-ID: <38cf437e.2850599@news-server>


On Tue, 14 Mar 2000 16:06:15 GMT, "James Moore" <james_at_banshee.com> wrote:

>To me, the use of triggers and stored procedures is something to be avoided,
>not sought out. As much as possible should be done by the application. The
>big downside of things like stored procedures and triggers is that they're
>written in some non-standard extension to SQL. There's no standard way to
>write database code inside databases; Oracle, Sybase, Microsoft and the
>others all have their own way of doing things. Instead of using these, do
>the work in your application instead.

For a variety of reasons that take too long to explain, that is the completely wrong attitude to writing portable code, and one of the reasons for the code bloat that is seen nowadays in so many third-party applications. And the buggy code too.

>

Cheers
Nuno Souto
nsouto_at_nsw.bigpond.net.au.nospam
http://www.users.bigpond.net.au/the_Den/index.html Received on Wed Mar 15 2000 - 02:26:44 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US