PreparedStatement metadata
Posted by: Riyaz Mansoor
Date: May 18, 2005 02:35PM

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


<quote file="MySQL Connector/J">
PreparedStatements are implemented by the driver, as MySQL does not have a prepared statement feature. Because of this, the driver does not implement getParameterMetaData() or getMetaData() as it would require the driver to have a complete SQL parser in the client.
</quote>

Options: ReplyQuote


Subject
Written By
Posted
PreparedStatement metadata
May 18, 2005 02:35PM


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.