Hello
i'm new user of devloper
i have table boss(id,cnss) if i need to retrieve all the data (many rows) do i need a to use cursor in which trigger i must create it and is it in form trigger or datablock? thx
Printable View
Hello
i'm new user of devloper
i have table boss(id,cnss) if i need to retrieve all the data (many rows) do i need a to use cursor in which trigger i must create it and is it in form trigger or datablock? thx
select * from boss will get you all the rows
I suspect the question is about Oracle Forms. The answer will depend on what you need to do. Is there some event that should trigger this record retrieval process?