Hi All
I have a select statement:
Select PERMISSION_BUTTON_ID from ALC_SECURITY_PERMISSION where ROLE_ID = 1
Now I want to store / retrieve the values of the field that I am querying without using dataset. Is this possible? If yes how can I do this?
Is it possible that I declare a variable Array and store the output.