home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / ingres / 2192 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.9 KB  |  43 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!tpghq!sfc
  3. From: sfc@tpghq.com (Steve Caswell)
  4. Subject: Re: Help Facility with embedded SQL 
  5. Message-ID: <1993Jan8.143411.8987@tpghq.com>
  6. Keywords: help, Embedded SQL 
  7. Organization: Palmer & Associates, Inc., Norcross, GA
  8. References: <C0Ht3n.As7@usenet.ucs.indiana.edu>
  9. Date: Fri, 8 Jan 1993 14:34:11 GMT
  10. Lines: 31
  11.  
  12. In article <C0Ht3n.As7@usenet.ucs.indiana.edu> levanon@browneyes.ucs.indiana.edu (Jacob Levanon) writes:
  13. >
  14. >--
  15. >Greetings:
  16. >    I am looking for a public domain software that provides a help
  17. >facility (something equivalent to the help facility in the monitor or
  18. >isql) implemented using embedded SQL (preferably Dynamic SQL).
  19. >
  20. >Thanks.
  21. >
  22. > /====================================================================\
  23. >|| Jacob Levanon                   /\            Network Applications ||
  24. >|| University Computing Services   ||             levanon@indiana.edu ||
  25. >|| Indiana University              ||                  (812) 855-2598 ||
  26. >|| 750 N. State Road 46-Bypass     ||  ...reserved for                ||
  27. >|| Bloomington, IN  47405          \/                   future use... ||
  28. > \====================================================================/
  29. >
  30.  
  31. Have you tried the two help facilities that INGRES provides for Embedded SQL?
  32. One of them is basically the same as you get in isql.  One is called HELPFILE
  33. and is executed by the EXEC SQL HELPFILE subject filename command.  The other
  34. is HELP_FRS and is executed by the EXEC FRS HELP_FRS(SUBJECT=subject,
  35. FILE=filename) command.  Either of these provide nice help interfaces (we
  36. use them exclusively in our application development).
  37.  
  38. -- 
  39.  
  40. Steve Caswell           |   (404) 448-7727    |  "The opinions expressed are my
  41. Principal Consultant    |   sfc@tpghq.com     |   own.  They may not be perfect,
  42. The Palmer Group        |   uunet!tpghq!sfc   |   but they're all I've got."
  43.