S
Sreedhar Vankayala
Hi,
I have a table IV00108wc which contains several thousand records in whcih
ITEMNMBR is the primary key.
I have a com+ object returning recordset which has ITEMNMBR and another
details related. [I do not have direct query to get the list]
I want to query another table based on Com+ object recordset.
Select distinct WebClas1 from IV00108wc where ItemNmbr in (...).
where, I want the ItemNmbr list from the COM+ recordset.
Please suggest me how to do the query and apply the where condition from the
resulted recordset ?
Regards,
Sreedhar Vankayala
I have a table IV00108wc which contains several thousand records in whcih
ITEMNMBR is the primary key.
I have a com+ object returning recordset which has ITEMNMBR and another
details related. [I do not have direct query to get the list]
I want to query another table based on Com+ object recordset.
Select distinct WebClas1 from IV00108wc where ItemNmbr in (...).
where, I want the ItemNmbr list from the COM+ recordset.
Please suggest me how to do the query and apply the where condition from the
resulted recordset ?
Regards,
Sreedhar Vankayala