home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1096 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.7 KB

  1. Path: sparky!uunet!darwin.sura.net!dtix!falcon.navsses.navy.mil!huynh
  2. From: huynh@falcon.navsses.navy.mil
  3. Newsgroups: comp.databases.oracle
  4. Subject: Forms3 ERR - unable to INSERT record
  5. Message-ID: <1992Jul22.105329.244@falcon.navsses.navy.mil>
  6. Date: 22 Jul 92 15:53:29 GMT
  7. Organization: NSWCCD, Naval Ship Systems Eng Sta, Phila PA
  8. Lines: 30
  9.  
  10. Greetings,
  11.            thanks for reading.
  12. I am doing a project on SQLFORMS version 3.0.  The project is simply to join
  13. three tables in addition with a new one.  A couple of data will be entered and
  14. from there the rest of the information will be query in.  Then the user will 
  15. have to enter some comments at the maximum of five lines.  After that, I want
  16. to insert the information in the form to the database table.
  17.  
  18. For every execution, after hitting the commit key, I keep getting the error:
  19. FRM 40508 : ORACLE ERROR -- unable to INSERT record
  20.  
  21. I have check the followings:
  22. 1) all the fields to be inserted are of 'base table'
  23. 2) all the 'not null' fields are filled with data
  24. 3) I do have access to create, insert and update the tables
  25.  
  26. I think the problem is that I have four tables in one forms, and that some 
  27. fields are included in all tables.  Do I have to specify the exact table 
  28. where each field should go to? 
  29.  
  30. I really only want to insert into one table, the new one; it is empty at this
  31. point.  Aha!  Is it that the information in the other tables have already been
  32. inserted, and they cannot be inserted again?  If so, how can I get around this
  33. problem.
  34.  
  35. I hope I had explained the problems thoroughly.  Anyone who is interested in
  36. the problem, but did not get a clear understanding at some point, please feel
  37. free to ask.  I would be more than delighted to make myself clear.
  38.  
  39. Any suggestions would be appreciated.  Many thanks.
  40.