Re: support for Prepared statement

2003-06-19 Thread Ivan Cukic
Deepak> I wrote a program to check for Stored Procdures is running fine. Deepak> Now what i want to knwo is whether MySQL server is supporting Stored Procedures or not? Not yet, but will be supported in the 5.o version. Ivan --

support for Prepared statement

2003-06-19 Thread Deepak Saini
Hi All, I am using MySQL 4.0.13 and using Connector/j jdbc drivers. What i am looking for is the support for Stored Procedures. Following is what Connector/J documentation says. "PreparedStatements are implemented by the driver, as MySQL does not have a prepared statement feature. Because of t