sday, June 24, 2004 9:07 PM
To: '[EMAIL PROTECTED]'
Subject: Arraylists/Collections
Is there a proper way to pass an arraylist/collection to a pl/sql
procedure besides turning it into a string on the java-side and passing
it then as
]
Subject: Re: Arraylists/Collections
java.sql.Array?
CRANFORD, CHRIS wrote:
> Is there a proper way to pass an arraylist/collection to a pl/sql
procedure
> besides turning it into a string on the java-side and passing it then as a
> VARCHAR
java.sql.Array?
CRANFORD, CHRIS wrote:
Is there a proper way to pass an arraylist/collection to a pl/sql procedure
besides turning it into a string on the java-side and passing it then as a
VARCHAR parameter?
___
Chris Cranford
Programmer/Develope
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
Is there a proper way to pass an arraylist/collection to a pl/sql procedure
besides turning it into a string on the java-side and passing it then as a
VARCHAR parameter?
___
Chris Cranford
Programmer/Developer
SETECH Inc. & Companies
6302 Fairvie
5 matches
Mail list logo