Re: Password function

2002-04-02 Thread Sunil S
--- 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

Re: can i use java stored procedure

2002-04-01 Thread Sunil S
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