[ANN] ODB C++ ORM 2.4.0 released, adds MySQL stored procedure support

2015-02-11 Thread Boris Kolpackov
I am pleased to announce the release of ODB 2.4.0. ODB is an open source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. Major ne

Re: mySQL, mySQL Max and stored procedure support (version problem?)

2004-03-09 Thread Ivan Sergio Borgonovo
On Tue, 09 Mar 2004 12:36:30 +0200 Victoria Reznichenko <[EMAIL PROTECTED]> wrote: > 5 is a number of version. MySQL-Max is a name of MySQL server, where > Max means that this MySQL server supports InnoDB and BDB storage > engines. So this make MaxDB another product > > Could anyone post a corre

Re: mySQL, mySQL Max and stored procedure support (version problem?)

2004-03-09 Thread Victoria Reznichenko
Ivan Sergio Borgonovo <[EMAIL PROTECTED]> wrote: > On Tue, 9 Mar 2004 10:52:38 +0100 > "Martijn Tonies" <[EMAIL PROTECTED]> wrote: > >> > I'm running: >> > mysql Ver 12.21 Distrib 4.0.15, for suse-linux (i686) >> > ps says I'm running mysql-max >> > mysql21397 0.0 1.7 71216 16064 pts/8 S

Re: mySQL, mySQL Max and stored procedure support (version problem?)

2004-03-09 Thread Ivan Sergio Borgonovo
On Tue, 9 Mar 2004 10:52:38 +0100 "Martijn Tonies" <[EMAIL PROTECTED]> wrote: > > I'm running: > > mysql Ver 12.21 Distrib 4.0.15, for suse-linux (i686) > > ps says I'm running mysql-max > > mysql21397 0.0 1.7 71216 16064 pts/8 S10:32 0:00 > > /usr/sbin/mysqld-max > > > > that

Re: mySQL, mySQL Max and stored procedure support (version problem?)

2004-03-09 Thread Martijn Tonies
Hi, > I'm running: > mysql Ver 12.21 Distrib 4.0.15, for suse-linux (i686) > ps says I'm running mysql-max > mysql21397 0.0 1.7 71216 16064 pts/8 S10:32 0:00 > /usr/sbin/mysqld-max > > that *should* support stored procedures, shouldn't it? As far as I know, MySQL 5 support st

mySQL, mySQL Max and stored procedure support (version problem?)

2004-03-09 Thread Ivan Sergio Borgonovo
I'm running: mysql Ver 12.21 Distrib 4.0.15, for suse-linux (i686) ps says I'm running mysql-max mysql21397 0.0 1.7 71216 16064 pts/8 S10:32 0:00 /usr/sbin/mysqld-max that *should* support stored procedures, shouldn't it? but this fail create procedure pippo begin select 1

Re: stored procedure support

2002-10-14 Thread Chuck Amadi
And I hope triggers as a collegue and I have to submit a evaluation report on why our department should consider Mysql to be used in conjuction with Postgrsql which is our default RDBMS in our organisation. So I have a few link's regarding performaces etc as well as the Mysql V PostGresql Any

re: stored procedure support

2002-10-12 Thread Victoria Reznichenko
Tonino, Friday, October 11, 2002, 10:05:42 AM, you wrote: T> Just a short question - Does anyone know the progress of stored T> procedure support in MySQL 4 Stored procedures will come in v5.0 -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is spon

stored procedure support

2002-10-11 Thread Tonino
Hi, Just a short question - Does anyone know the progress of stored procedure support in MySQL 4 Thanks Tonino - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com