5 pts.
 Code to retrieve data in Oracle 10g
im new in oracle forms and i want to enter the industry number and when i press the retrieve button, name and surname must display, can you help.

Software/Hardware used:
oracle 10g
ASKED: November 9, 2010  8:49 AM
UPDATED: November 9, 2010  2:38 PM

Answer Wiki:
This is very basic. I would recommend learning the basics before trying to build any real program. You need to create a trigger for your 'retrieve' button (which trigger ? I'm sure you can find that out). In the previously mentioned trigger you have to write a <a href="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/selectinto_statement.htm">SELECT INTO statement</a>. Another way to do it would be creating a database block bound to your table, and calling the 'execute_query' built-in procedure from you button's trigger.
Last Wiki Answer Submitted:  November 9, 2010  2:38 pm  by  carlosdl   63,580 pts.
All Answer Wiki Contributors:  carlosdl   63,580 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _