‎2010 Oct 12 7:32 AM
Hi,
I stored all data ( around 30000 records) in memeory to display in the portal.
in portal if i select no entry in employee search,it should display 300000 records in page wise from memeory.
if i select specific emplayee, select single records from memory.
how to play fetching records from memory.
Thanks,
SAM
‎2010 Oct 13 4:37 AM
Hi,
There is no such way to write SQL for fetching data from memory id....
You first import from memory all the record.. then delete the data which are not necessary.
Reagrds,
Amitava
‎2010 Oct 12 11:35 PM
‎2010 Oct 13 4:37 AM
Hi,
There is no such way to write SQL for fetching data from memory id....
You first import from memory all the record.. then delete the data which are not necessary.
Reagrds,
Amitava