On 4/25/05, Ochungo, Pamela (ILRI) <[EMAIL PROTECTED]> wrote: > Hallo, > > I would like to know whether there are any other languages supported by MySQL > apart from SQL. > e.g. MsAccess provides VB for aplications. Does MySQL support any such lower > level language?
I believe you are asking about so called procedural languages, as seen in most other DBs (Oracle's PLSQL, PostgreSQL PLpgSQL/plperl/pltcl/plpython, DB2's SQL PL, etc.). If you want them you have to use bleeding edge :) MySQL version 5.0 or later (see: http://dev.mysql.com/doc/mysql/en/stored-procedures.html). Haven't used it though. Regards, Dawid -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]