• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Passing collections to stored procedures in DB2

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We have to port an existing J2EE application from Oracle(written in PL/SQL) to DB2.In Oracle we were passing collection of integers as a string, similarly in SQL server we were passing an XML consisting of integer collection.
What should be our approach in DB2 for passing these collections as input parameters.
Similarly we were using 'OracleTypes.ARRAY' in Oracle and 'ResultSets' in SQL server for handling output parameters which are a collection of integers.How should we handle this in DB2.
Any help on this greatly appreciated.
thanks & regards,
Maruti
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic