home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!news.centerline.com!sebastian.centerline.com!user
- From: dewey@centerline.com (Devan F. Dewey)
- Newsgroups: comp.databases.oracle
- Subject: Trouble with name_in function (re-post)
- Followup-To: comp.databases.oracle
- Date: 11 Sep 1992 16:55:47 GMT
- Organization: CenterLine Software, Inc.
- Lines: 34
- Distribution: world
- Message-ID: <dewey-110992125749@sebastian.centerline.com>
- NNTP-Posting-Host: 140.239.3.212
-
- When I get this error message:
-
- FRM-41012: Undefined field or variable reference.
-
- this is the only part of my procedure that has executed:
-
- procedure pref_rate_movement is
- trig char(25);
- blk char(25);
- fld char(35);
- explination char(255);
- begin
- trig := :global.explination_trigger;
- blk := :system.cursor_block;
- fld := blk || '.explination';
-
- >>> explination := name_in(name_in('fld'));
-
-
- I'm trying to put the value stored in the field :hotel.explination into the
- local variable explination.
-
- What am I doing wrong???
-
- BTW: I've been trying to e-mail this to ORACLE support. Does anyone have an
- e-mail address for them???
-
-
-
- Devan F. Dewey | Senior Systems Analyst
- CenterLine Software | dewey@centerline.com
- 10 Fawcett Street | "Leme esplain - no dere is
- Cambridge, MA 02138 | too much. Leme sum up."
- -Inigo Montoya
-