Fwd: Re: New Prepared Statements !!!!!

2004-05-12 Thread Arunachalam
Note: forwarded message attached. Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/--- Begin Message --- At 13:08 + 3/12/04, Arunachalam wrote: Sorry to all, I found that these

Re: New Prepared Statements !!!!!

2004-03-13 Thread Paul DuBois
At 13:08 + 3/12/04, Arunachalam wrote: Sorry to all, I found that these API are renamed in next release of 4.1.2 (not yet released) from the URL: http://www.mysql.com/doc/en/News-4.1.2.html That's correct. The information is also at: http://www.mysql.com/doc/en/C_API_Prepared_statement_funct

Re: New Prepared Statements !!!!!

2004-03-12 Thread Arunachalam
Sorry to all, I found that these API are renamed in next release of 4.1.2 (not yet released) from the URL: http://www.mysql.com/doc/en/News-4.1.2.html But i could not able to use properly the existing prepared statements API, When I use it it'll excute the statements as such and made updation t

Re: New Prepared Statements !!!!!

2004-03-12 Thread Victoria Reznichenko
Arunachalam <[EMAIL PROTECTED]> wrote: > > I am really astonishing when I see the sample > program on the URL: > http://www.mysql.com/doc/en/mysql_stmt_execute.html > > I am using > MySQL 5.0.0 alpha > Windows 2000 SP 4 > VC++ 6.0 > > I found that the C API changes as > mysql_prepare()

New Prepared Statements !!!!!

2004-03-12 Thread Arunachalam
Hi, I am really astonishing when I see the sample program on the URL: http://www.mysql.com/doc/en/mysql_stmt_execute.html I am using MySQL 5.0.0 alpha Windows 2000 SP 4 VC++ 6.0 I found that the C API changes as mysql_prepare() ---> mysql_stmt_prepare() mysql_bind_param() --->