Re: Storing array in database

2008-03-06 Thread Rick Hillegas
Hi Varun, The getArray() and setArray() methods are part of the JDBC api and they operate on the SQL Array datatype. Derby does not support this datatype so these methods throw "not implemented" exceptions as Narayanan said. The supported datatypes are described in the Derby Reference manual i

Re: Storing array in database

2008-03-05 Thread Narayanan
Donald McLean wrote: I'm prettty sure that Derby does not support that feature. Donald On Wed, Mar 5, 2008 at 11:02 PM, musky <[EMAIL PROTECTED] > wrote: i want to know how to use getarray and setarray methods to store and retrieve arrays in derby. i c

Re: Storing array in database

2008-03-05 Thread Donald McLean
I'm prettty sure that Derby does not support that feature. Donald On Wed, Mar 5, 2008 at 11:02 PM, musky <[EMAIL PROTECTED]> wrote: > > i want to know how to use getarray and setarray methods to store and > retrieve arrays in derby. > > i came across something called embedpreparedstatement20 and

Storing array in database

2008-03-05 Thread musky
context: http://www.nabble.com/Storing-array-in-database-tp15866029p15866029.html Sent from the Apache Derby Users mailing list archive at Nabble.com.