Posted: Thu Oct 05, 2006 5:39 am Post subject: JDBC Adapter - Array of business objects
Novice
Joined: 05 Oct 2006 Posts: 10
Hi,
I have a stored procedure with reference cursor which returns multiple rows. I need to get all the rows from the cursor and converted into business object array.
Can somebody shed light on as to how to get array of business objects from JDBC connector.
Which is your database? Are you trying to send data from tables to a queue using the JDBC connector?
For fetching multiple records from the table simultaneouly, you need to define a parent-child relationship in business objects. Parent BO can be a wrapper, if there is only one table to be read from.
You should configure the stored procedure to make an entry into the event table for the JDBC connector, whenever an event happens on the application table.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum