Re: PreparedStatement metadata
Posted by: Mark Matthews
Date: May 18, 2005 03:01PM

Riyaz Mansoor wrote:
> hi
>
> i've been playing around with an app
> (tomcat/struts/hsqldb) and have been looking at
> strengthening the database. so i downloaded v5.0.4
> developer version and have been surprised to find
> out that these methods (below) are not implemented
> for mysql.
>
> i desperately need the first method -
> getParameterMetaData()
>
> anyone know if its coming soon?
>
> riyaz

Riyaz,

The server doesn't have the information to give the driver to implement ParameterMetaData. It probably won't be available until MySQL-6.0.

I'm curious why you need it, though. Maybe you don't really need it?

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: PreparedStatement metadata
May 18, 2005 03:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.