home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / 2272 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.6 KB

  1. Path: sparky!uunet!usc!rpi!crdgw1!ge-dab!puma.ATL.GE.COM!puma!sbate
  2. From: sbate@atl.ge.com (Stephen Bate)
  3. Newsgroups: comp.lang.lisp
  4. Subject: Re: Allegro SQL interface?
  5. Message-ID: <SBATE.92Aug20150555@rich.atl.ge.com>
  6. Date: 20 Aug 92 19:05:55 GMT
  7. References: <HMENDENHALL.92Aug20093944@andrew.atl.ge.com>
  8. Sender: news@puma.ATL.GE.COM (USENET News System)
  9. Reply-To: sbate@atl.ge.com
  10. Organization: GE Advanced Technology Laboratories
  11. Lines: 26
  12. In-Reply-To: hmendenhall@atl.ge.com's message of 20 Aug 92 09:39:44
  13.  
  14. In article <HMENDENHALL.92Aug20093944@andrew.atl.ge.com> 
  15.     hmendenhall@atl.ge.com (Henry H Mendenhall) writes:
  16.  
  17. > We're about to write our own software to parse SQL return data into Lisp
  18. > data-structures.  Is there a tool somewhere that already does this (from
  19. > Allegro)?
  20.  
  21. Franz, Inc. tech support says they don't know of any product that provides a
  22. SQL interface to Allegro (I assume you want a Sybase interface). Are you
  23. absolutely tied to Allegro? If not, there are several other knowledge base
  24. development environments that support database interfaces to a number of
  25. RDBMSs. The products I know about are: Mercury KBE (Lisp), 
  26. Knowledgeworks 2.0 (Lisp), Prokappa (C), and Nexpert Object (language?).
  27.  
  28. If you decide to write your own foreign function binding to Sybase's API,
  29. you may want to look at the Allegro-to-Postgres interface code
  30. distributed with Postgres. You certaintly won't be able to use it as is,
  31. but it might get you started.
  32.  
  33. Good Luck!
  34.  
  35. --
  36. Stephen Bate                |
  37. GE Advanced Technology Labs | Internet: sbate@atl.ge.com
  38. 300 Route 38, Bldg. 145-2   | Voice: 609-866-6603
  39. Moorestown, NJ 08057        | Fax:   609-866-6397
  40.