Hi All,
I have a sql query which fetches large number of records for sybase DB and then i use the one column value and do a select on other table in other DB(SQL). I want to do it on the fly as i dont want to use any temp file or array. Any help will be appreciatable.
Thanks,
Veekoul
I have a sql query which fetches large number of records for sybase DB and then i use the one column value and do a select on other table in other DB(SQL). I want to do it on the fly as i dont want to use any temp file or array. Any help will be appreciatable.
Thanks,
Veekoul
Amit ChoudharyPosted Mar 18, 2010, 8:35 AM
you can use generic collections for storing your data..... like list