home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2518 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  810 b 

  1. Path: sparky!uunet!noc.near.net!hri.com!ukma!eng.ufl.edu!mjw
  2. From: mjw@mailbox.eng.ufl.edu (Mike Wohlgemuth)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Passing query results from a user exit to SQL*Forms 3.0
  5. Message-ID: <1992Dec15.170402.28872@eng.ufl.edu>
  6. Date: 15 Dec 92 17:04:02 GMT
  7. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  8. Organization: Engineering Computing Services - Univ. of Fla.
  9. Lines: 10
  10.  
  11. I need to run a select query in a user exit, and have the query
  12. results show up in a multi-record block.  I would like to be able
  13. to open the cursor, fetch the records, and then assign them to
  14. sucessive rows in the block.  As I understand it, IAF PUT will
  15. put values into the fields of the current record in the block.
  16. So, how do I create new rows and navigate to them within a user
  17. exit?
  18.  
  19. Thanks,
  20. Mike
  21.