home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6403 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: FoxPro2 & Paradox 3.5 questions -
  5. Message-ID: <1992Aug28.135005.6705@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <1480@dsinet>
  8. Date: Fri, 28 Aug 1992 13:50:05 GMT
  9. Lines: 36
  10.  
  11. sandyc@elroy (Sandy Cox ) writes:
  12.  
  13.  
  14. >        I would appreciate any one who has had experience
  15. >    With FoxProx (2.0) and Paradox (3.5)  answering some questions
  16. >    for me.  My company is researching both Database products.
  17.  
  18. >      3) In FoxPro documentation it seems fairly easy to create screens and
  19. >    menus.  I can't see anywhere in Paradox documentation how one would
  20. >    create a screen ( not a form) and if you have a way could you please
  21. >    give a straight forward example..?
  22.  
  23. In a Paradox script, the keywords TEXT and ENDTEXT delimit literal information
  24. that will be put on the screen (at the current cursor position).  You can
  25. then use @ and ACCEPT to read in variables.
  26. Menus are created with SHOWMENU.  It is very clearly explained in the manual,
  27. with code fragments.
  28.  
  29. >    4)  What are the pros and cons of one database package over another?
  30. >    I mean when one gets into the nitty gritty development, which one
  31. >     is better?  and faster to develop in...
  32.  
  33. I'm not qualified to give an analysis of FoxPro, but I've used Paradox for
  34. a couple of years now and I like it.  It has its anomalies, like Form
  35. Locking (above and beyond WL, PWL, FL, and PFL) which can make multi user
  36. programming "interesting"; you'll need to use suboptimal algorithms in some
  37. places where full locking is not practical (e.g. SCANing a table in Form
  38. View to make global changes), but it works.  I'm looking forward to getting
  39. my copy of 4.0.  Paradox also includes a lot of development add-ons, such
  40. as the Paradox Runtime and the Paradox Engine (for interface to C and Pascal).
  41. Of course, FoxPro is Xbase, and there's a lot out there for that too, like
  42. custom form and screen designers. 
  43. Paradox interfaces to Quattro Pro too.
  44.  
  45. -JTT
  46.  
  47.