home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2571 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.0 KB  |  35 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!flipper.pvv.unit.no!torholg
  3. From: torholg@flipper.pvv.unit.no (Tor Holgersen)
  4. Subject: Question about LONG-fields
  5. Message-ID: <1992Dec18.104647.27719@ugle.unit.no>
  6. Keywords: SQL*FORMS, LONG-fields, SQL
  7. Sender: torholg@pvv.unit.no
  8. Organization: ProgramVareVerkstedet - UNIT
  9. Date: Fri, 18 Dec 92 10:46:47 GMT
  10. Lines: 23
  11.  
  12. I've got two questions about LONG fields:
  13.  
  14.  a)  Is it possible to copy a long field from one table into another?
  15.      Example:
  16.  
  17.      UPDATE TABLE1 SET TABLE1.LONGFIELD =
  18.         ( SELECT TABLE2.LONGFIELD FROM TABLE2
  19.           WHERE TABLE1.KEY = TABLE2.KEY )
  20.  
  21.     --> ORA-00997 Illegal use of LONG datatype.
  22.  
  23.  b)  Is it possible to display a long field with more than one line
  24.      in an SQL*FORMS30 form?
  25.  
  26.      The pop-up editor is not what I want, because it is dynamic, has
  27.      to be shown and removed. I want several static lines shown.
  28.   
  29. Please respond directly to me by e-mail.
  30.  
  31. Thanks in advance !
  32.  
  33. - Tor Holgersen <torholg@pvv.unit.no>
  34.  
  35.