home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1098 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!centerline!sebastian.centerline.com!user
  3. From: dewey@centerline.com (Devan F. Dewey)
  4. Subject: Re: Forms3 ERR - unable to INSERT record
  5. Message-ID: <dewey-220792114200@sebastian.centerline.com>
  6. Followup-To: comp.databases.oracle
  7. Sender: news@centerline.com
  8. Nntp-Posting-Host: sebastian
  9. Organization: CenterLine Software, Inc.
  10. References: <1992Jul22.105329.244@falcon.navsses.navy.mil>
  11. Date: Wed, 22 Jul 1992 15:43:17 GMT
  12. Lines: 26
  13.  
  14. In article <1992Jul22.105329.244@falcon.navsses.navy.mil>,
  15. huynh@falcon.navsses.navy.mil wrote:
  16. > Greetings,
  17. >            thanks for reading.
  18. > I am doing a project on SQLFORMS version 3.0.  The project is simply to join
  19. > three tables in addition with a new one.  
  20. > For every execution, after hitting the commit key, I keep getting the error:
  21. > FRM 40508 : ORACLE ERROR -- unable to INSERT record
  22. >
  23. > Any suggestions would be appreciated.  Many thanks.
  24.  
  25. You cannot use Forms to insert or update data in a view. Forms acutally
  26. uses the rowid field when performing these tasks and there is no rowid
  27. field for a view. Views are only useful for query only blocks.
  28.  
  29. You are going to have to break up the blocks so that the block you which to
  30. insert from has a base table which is a true table, not a view.
  31.  
  32.                              
  33.                Devan F. Dewey | Senior Systems Analyst
  34.           CenterLine Software | dewey@centerline.com
  35.             10 Fawcett Street | "Leme esplain - no dere is
  36.           Cambridge, MA 02138 | too much. Leme sum up."
  37.                                        -Inigo Montoya
  38.