home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6384 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  3.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!monsanto.com!bb1t.monsanto.com!skcla.monsanto.com!jjfink
  2. From: jjfink@skcla.monsanto.com
  3. Newsgroups: comp.databases
  4. Subject: Re: FoxPro vs Paradox
  5. Message-ID: <1992Aug27.110555.1@skcla.monsanto.com>
  6. Date: 27 Aug 92 11:05:55 GMT
  7. References: <1992Aug24.190545.28971@elroy.jpl.nasa.gov>
  8. Organization: Searle, Skokie, IL
  9. Lines: 70
  10. Nntp-Posting-Host: skca9
  11. Nntp-Posting-User: jjfink
  12.  
  13. In article <1992Aug24.190545.28971@elroy.jpl.nasa.gov>, baalke@kelvin.jpl.nasa.gov (Ron Baalke) writes:
  14. > I've justed received from Borland an offer for Paradox 4.0 for $200.
  15. > It will retail for $795.  They also included literature saying how
  16. > much better and faster Paradox 4.0 is over FoxPro 2.0.  I would like
  17. > to see a comparison of these two products from a more objective source.
  18. > Anyone care to comment?
  19.  
  20. Paradox and FoxPro use COMPLETELY different programming paradigms.
  21. It's kind of an apples to oranges situation.
  22.  
  23. This graph may help.  The X axis is complexity of the project you need to
  24. create on your database system, the Y axis is the amount of work.
  25.                xx
  26. |            xx
  27. |          xx        oooo     x = Paradox
  28. |         x      oooo         o = FoxPro
  29. |        x   oooo
  30. |       xoooo
  31. |    oooo
  32. |oooo  x
  33. |     x
  34. |xxxxx
  35. |
  36. +------------------------
  37.    a   b     c
  38.  
  39. Paradox seems much easier to get a simple database together, including
  40. relations, multiuser access, complex forms, etc.  This would be region (a)
  41. above.  Region (c) is where things get out of hand with Paradox.  Past the
  42. level where you can do everything with their forms and reports, you've got a
  43. LOT of work to do.  I've not had a chance to do anything with 4.0, but if the
  44. standard keyboard handling is not enough in version 3.5, you must handle
  45. everything yourself (their DEToolkit is a steop in the right direction, but
  46. very cumbersome).
  47.  
  48. Advantages for Paradox:
  49.     Complex forms involving multiple tables are easier, so long as there
  50.     is only a single level of link:  I.e. customer to PO, customer to
  51.     salesperson and customer to store can all be done on one form, but
  52.     customer to store to region can't be shown easily.
  53.  
  54.     Forms with multiple records per screen are easier in Paradox.  You
  55.     have the option of scrolling areas with multiple lines per record,
  56.     which is impossible in Fox.  In Fox you must use BROWSE windows,
  57.     which are spreadsheet-like, with only one line per record.
  58.  
  59.     Paradox handles keyboard activity for navigating around your records.
  60.     There is no such default in FoxPro
  61.  
  62. Advantages for FoxPRO
  63.     The SELECT and FILTER statements let you limit the data you are working
  64.     with on-screen, without generating sub-tables, as in Paradox.
  65.  
  66.     The SET RELATION command allows more flexible linking between
  67.     relations.  Paradox does not permit on-screen (Form) relations except
  68.     by entire fields.  You can not use a calculation or variable to link 
  69.     relations in Paradox, without creating a query and a subtable.
  70.  
  71.     The Report Writer is more easily controlled by programming.
  72.  
  73. If you switch from one to the other, you will find things you love and things
  74. you hate.  There are ways around just about everything, but you have to be able
  75. to think differently.
  76.  
  77. Joel
  78. --
  79. jjfink@skcla.monsanto.com
  80. ------------------------------------------------------------------------------
  81. "Portions of the preceding were recorded.  As for the rest, I quite fear that
  82.  it was all in your mind" -- Alfred Hitchcock
  83.