Click to See Complete Forum and Search --> : use cursor


AYYOUT
04-16-2006, 08:53 PM
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

davey23uk
04-17-2006, 07:37 AM
select * from boss will get you all the rows

WilliamR
04-17-2006, 11:42 AM
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?