PL/JAVA ResultSetProvider Problem

From: yogesh <yogesh(dot)arora(dot)daffodil(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Cc: Vishal Arora <aroravishal22(at)hotmail(dot)com>, ashish(dot)karalkar(at)info-spectrum(dot)com
Subject: PL/JAVA ResultSetProvider Problem
Date: 2007-10-08 09:28:41
Message-ID: 1191835721.335963.94700@22g2000hsm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello EveryBody,

I have a problem in Postgres using resultsetProvider. I have
to fire a query to database that return multiple records with multiple
fields. Now on the Basis of the Results I have to fire number of
different queries and get the result. ad put it in the Result Set.

Example :-

select * from table_ABC It returns multiple rows....... now on the
basis of one field of table_ABC, I have to fire more queries....and
get the results and this total result that is, The fields of table_ABC
and the Fetched results....to send back to the Calling Function......

Does any Body have some Idea....?

Thanks in advance.....

Regards,
Yogesh Arora

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Koczan 2007-10-08 16:31:10 Re: Postgresql takes more time to update
Previous Message Suresh Gupta VG 2007-10-08 06:41:30 FW: Postgresql takes more time to update