Re: using dinamic table name inside stored procedure

2005-11-20 Thread Jason Martin
I'd really suggest looking at the data model that requies you to dynamically select which table to read from, and find another way. If there are several tables that have the same column that differ only by name, why not make the name a column? -Jason Martin On Sat, Nov 19, 2005 at 02:28:41PM +020

Re: using dinamic table name inside stored procedure

2005-11-19 Thread Gleb Paharenko
Hello. Have a look here: http://dev.mysql.com/tech-resources/articles/mysql-storedproc.html For a pity prepared statements are disabled now in stored routines: http://dev.mysql.com/doc/refman/5.0/en/routine-restrictions.html AESYS S.p.A. [Enzo Arlati] wrote: > I need to pass to