• HI Gial

    I am planning to cache this on Java, this is the requriment, Basically i need to check wether the record is there on a table or not, i can check this on the View and return the value with the status called True, but when the record is not there on the table then i need to display the value with status as False, i cant do this in View, can i??, so i used a SP and then calling that SP on this view, is there any other way to do this??

    Cheers