At 10.44 07/09/2001 -0500, Ed Carp wrote:
>Claudio Cicali ([EMAIL PROTECTED]) writes:
>
> > At a first glance, I think Oracle PL/SQL is the best (afaik)
> > programming language for sp, but, in the case we implement
> > that language, should we go against some Oracle copytight
> > infringment ?
>
>Why would you want to do such a thing? Isn't SQL good enough? I'm just 
>trying to figure out your reasoning here, besides the same argument used 
>by the XML crowd of "it's the latest/greatest do-all-be-all-end-all, so 
>everyone should be using it" type of nonsense.

Nice question, overall.

Answers (partial list):

- it's cool
- where I work, we have a HUGE database-driven web-application. A lot of
   our businness logic is implemented via stored procedures, that
   act as black boxes for the web-designers.
   Think of enterprise java beans.
   They are not "nonsense" or such. They are usefull.
   (I know, you can use ejb with JDBS and mysql..., but if you want to have
   some logic incapsualted, you should use some kind of "component")
- sp extends the RDBMS itself in its functionality. Think about some stupid
   "check_fiscal_code()" or "insert_new_customer()".
   Web designers use the "insert_new_customer", instead of using SQL
   directly.

I think that there are others examples, but this is my point.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to