Re: Problem on ResultSet for getArray()
Posted by: Mark Matthews
Date: July 03, 2007 07:28AM

Subhash,

MySQL doesn't have an ARRAY type, so this method is not implemented.

What exactly are you trying to do? Many people confuse JDBC's Array methods with some functionality that would deal with getting data into/out of Java arrays that have no corresponding type in the database, i.e. some sort of array bind. This isn't true. The array type and methods are there to support a structured type in the database (which MySQL doesn't have).

-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: Problem on ResultSet for getArray()
July 03, 2007 07:28AM


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.