SagarS98
(Sagar Saurabh)
1
Application needs to fetch data from a database table and apply filtering based on user input. Which data page type is appropriate?
SohamM95
(Soham Majumdar)
2
@SagarS98
Thread or requestor level both can be used. But if the data is not user specific then please use thread level.
@SagarS98
I suggest Requestor Data type