home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / oracle / 1560 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.4 KB

  1. Path: sparky!uunet!news.centerline.com!sebastian.centerline.com!user
  2. From: dewey@centerline.com (Devan F. Dewey)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Trouble with name_in function (re-post)
  5. Followup-To: comp.databases.oracle
  6. Date: 11 Sep 1992 16:55:47 GMT
  7. Organization: CenterLine Software, Inc.
  8. Lines: 34
  9. Distribution: world
  10. Message-ID: <dewey-110992125749@sebastian.centerline.com>
  11. NNTP-Posting-Host: 140.239.3.212
  12.  
  13. When I get this error message:
  14.  
  15.       FRM-41012: Undefined field or variable reference.
  16.  
  17. this is the only part of my procedure that has executed:
  18.  
  19.       procedure pref_rate_movement is
  20.         trig char(25);
  21.         blk char(25);
  22.         fld char(35);
  23.         explination char(255);
  24.       begin
  25.         trig := :global.explination_trigger;
  26.         blk := :system.cursor_block;
  27.         fld :=  blk || '.explination';
  28.  
  29.  >>>    explination := name_in(name_in('fld'));
  30.  
  31.  
  32. I'm trying to put the value stored in the field :hotel.explination into the
  33. local variable explination.
  34.  
  35. What am I doing wrong???
  36.  
  37. BTW: I've been trying to e-mail this to ORACLE support. Does anyone have an
  38. e-mail address for them???
  39.  
  40.  
  41.                              
  42.                Devan F. Dewey | Senior Systems Analyst
  43.           CenterLine Software | dewey@centerline.com
  44.             10 Fawcett Street | "Leme esplain - no dere is
  45.           Cambridge, MA 02138 | too much. Leme sum up."
  46.                                        -Inigo Montoya
  47.