James Clifford wrote:
> newbie DB developer question
> Are stored procedures scripts or compiled code ?
> James
>
It can be either. Compiled code generally offers greater performance while something
that
has to be accepted by an interpreter will be more robust, provided the interpreter is
solid
Endre Stølsvik wrote:
> On Tue, 11 Sep 2001, Arnulf Kristiansen wrote:
>
> | I have just started to look into the stored procedure issue. We will come up with a
> | definite plan within a short period of time.
>
> But does this mean that you won't welcome any other ini
Claudio Cicali wrote:
> I've got a tour on the web, searching for info and ideas,
> regarding the subject to implement some sort of stored procedure in mysql
> (remember "Lets approach stored procedure" thread ?)
>
> This was what I discovered
>
> - The Perl "stored procedures" (myperl project) i
I have just started to look into the stored procedure issue. We will come up with a
definite plan within a short period of time.
It is true that there are solutions that would make transitions from another DBMS to
MySQL
easier however, I am leaning towards the ANSI standard rather than PL/SQL or