home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / database / 1706 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.3 KB  |  46 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!csus.edu!netcom.com!danw
  3. From: danw@netcom.com (Daniel Wasserman)
  4. Subject: Re: SQL Server/Client
  5. Message-ID: <1993Jan12.192924.29400@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <1993Jan10.122239.414008@magicbb.uucp>
  8. Date: Tue, 12 Jan 1993 19:29:24 GMT
  9. Lines: 35
  10.  
  11.  
  12. Matt,
  13.  
  14. Most of the major mac database players support using the SQL language
  15. to query _remote_ databases from within their programs.  This means that
  16. products like 4th Dimension, Foxbase, Omnis can all query outside systems
  17. and bring the data back into their program for manipulation.  What the 
  18. mac programs lack however is the ability to allow SQL queries on their
  19. own data.  The only noted exception to this is Oracle on the Mac.
  20.  
  21. If you are looking to set up a client-server solution to your IBM server
  22. any of the above products could be used to access the data via DAL.  DAL
  23. is a generic way of accessing a wide variety of SQL databases (Sybase,
  24. Oracle, Ingres, Informix, DB2, etc).  The drawback to DAL is that because
  25. of its generic approach you are working with a "lowest common denominator"
  26. of the SQL languange and will find it difficult to make use of any
  27. extended SQL features particular to your host system.  The benefit of DAL
  28. is that your end code will survive a change of the back end.  If you wrote
  29. your database to access an Oracle database today, you could change the
  30. back-end to Sybase tomorrow with very little change to your front-end.
  31.  
  32. 4th Dimension is definitely the most well-rounded program when it comes
  33. to Connectivity options.  ACIUS sells tools that support DAL, SQL Server &
  34. Oracle Server.  The latter two options are a more direct way of dealing
  35. with Sybase and Oracle servers respectively.  The SQLServer product
  36. communicates on a DBLib level with the server so you have access to all
  37. of sybases advanced capabilities, as well as a much faster communication
  38. path between the two products.  The Oracle Server (to be released soon)
  39. acts much the same way, using SQL*Net to directly communicate with the
  40. host.  Both of the ???_Server products are the way to go if you know
  41. you will only be connecting to the specific platform.
  42.  
  43. -Dan Wasserman      danw@well.sf.ca.us       danw@netcom.com
  44.  
  45. -- 
  46.