home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / database / 1785 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!newsgate.watson.ibm.com!news.ans.net!cmcl2!panix!jak
  3. From: jak@panix.com (Jack Krueger)
  4. Subject: Re: Databases from C or Pascal
  5. Message-ID: <C1BC6w.7yH@panix.com>
  6. Organization: PANIX Public Access Unix, NYC
  7. References: <1993Jan22.141540.3712@unix.brighton.ac.uk> <1993Jan23.000502.21026@enterprise.rdd.lmsc.lockheed.com>
  8. Date: Sat, 23 Jan 1993 15:25:44 GMT
  9. Lines: 27
  10.  
  11. In <1993Jan23.000502.21026@enterprise.rdd.lmsc.lockheed.com> enterprise.rdd.lmsc.lockheed.com (Darrell Merrick) writes:
  12.  
  13. >In article <1993Jan22.141540.3712@unix.brighton.ac.uk>, pdt@unix.brighton.ac.uk (taylor) writes:
  14. >> 
  15. >> Does anyone know of a relational database package that can be accessed
  16. >> from THINK C or pascal?
  17. >> 
  18.  
  19. >You can call Oracle from Think C or Think Pascal (as well as MPW C and Pascal).
  20. >This can be done by embedding SQL calls directly in your code.  This works
  21. >much the same way as making regular SQL calls except you are tying Oracle 
  22. >fields to variables in your program for the selection or insertion of data.  
  23. >The embedded SQL calls are translated by an Oracle precompiler into a lower 
  24. >level form which can be understood by the compiler.  Oracle for Macintosh 
  25. >includes the precompilers and libraries for doing this.
  26.  
  27. >Oracle and 4th Dimension are the major database packages on the Mac right now.
  28. >Oracle is the only one that is SQL-based.  4th Dimension cannot be called
  29. >externally, but it has it's own internal language, similar to Pascal, for 
  30. >processing. 
  31.  
  32.  
  33. >Darrell Merrick
  34. >Lockheed Artificial Intelligence Center
  35. >merrick@titan.rdd.lmsc.lockheed.com
  36.  
  37. What about Omnis? 
  38.