RE: [OT] Arraylists/Collections

2004-06-24 Thread Gaurav_Goyal
A possible way to do this could be to insert the collection into a temp table in the database and access that using the PL/SQL proc to do your processing. -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:14 AM To: [EMAIL PROTECTED] Subject

Re: [OT] Arraylists/Collections

2004-06-24 Thread Kris Schneider
If by "proper", you mean "a standard approach that works for all JDBC-compliant drivers", I'm guessing you're out of luck. It will depend on your specific combination of driver and database. For example, to use an array as an IN param with Oracle I believe you have to use their ArrayDescriptor and