This is a discussion on I need help in Counting the Records - Oracle9i Form Developer within the Oracle Tutorials forums, part of the Articles and Tutorials category; Hello, I have a form that contains some data and I would like to count them in a new Item ...
|
|||||||
| Sponsored Links |
|
|||
|
Records Count Query
Hello
Here under the query but b4 that i am assuming that the table has an index column. lets say EMPNO in employees table. Query ... Select Count(empno) into :rec_count_txt from employees. But if your form table is not indexed then you can use * in place of field. Select count(*) into :rec_count_txt from employees. but the most important thing is where to place the triger. well you should use this triger on block level. take care, Bye Bye |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| General Ledger – Technical | dongta_ndh | Oracle Apps | 1 | 09-10-2009 06:34 AM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 07:26 AM |