--- Ramiro Varandas Jr <[EMAIL PROTECTED]>
wrote:
> I think that this question might be kinda of stupid
> for all of you but I
> couldn't find a good answer... When we use the MySQL
> internal function -
> Password('string') - MySQL inserts that string
> codified into the database, so
> that
MySQL plans to implement stored procedures in 4.1
though :-)
--- Jeremy Zawodny <[EMAIL PROTECTED]> wrote:
> MySQL doesn't have stored procedures yet. It has
> user defined
> functions (UDFs), but that's not what you're looking
> for here.
>
> Jeremy