home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8972 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  4.0 KB

  1. Path: sparky!uunet!ogicse!emory!wupost!crcnis1.unl.edu!news.unomaha.edu!cwis!troj
  2. From: troj@cwis.unomaha.edu (Kevin Trojanowski)
  3. Newsgroups: comp.databases
  4. Subject: Re: Paradox Engine 3.0/Database Framework
  5. Message-ID: <troj.726683358@cwis>
  6. Date: 10 Jan 93 16:29:18 GMT
  7. Article-I.D.: cwis.troj.726683358
  8. References: <1io3qpINNp9f@aludra.usc.edu>
  9. Sender: news@news.unomaha.edu (UNO Network News Server)
  10. Organization: University of Nebraska at Omaha
  11. Lines: 62
  12.  
  13. dliao@aludra.usc.edu (David Liao) writes:
  14.  
  15. >    Borland recently released Database Framework which is supposed to
  16. >encapsulate Paradox Engine's functions.  I believe the Database Framework 
  17. >will offer more than just PE encapsulations that will make PE programmer's 
  18. >life a bit easier.
  19.  
  20. I cannot comment on the Database Framework, as I'm still in the stone
  21. ages of Turbo-C v2.0.  I've done work (and continue to work) with PE 2.0,
  22. and have PE 3.0 on order.  Should be here within the next two weeks.
  23.  
  24. >    I ordered the Paradox Engine 3.0/Database Framework last week.  But
  25. >from hearing some complains from the PE programmers on the net, I have doubt
  26. >about using the product.  Hopefully, Database Framework will change all that.
  27. >It's strange that Paradox Engine has not become as popular as other Borland
  28. >products after more than two years of release.  
  29.  
  30. I don't think PE has the market that the other Borland products do --
  31. the market of people interested in essentially writing their own database
  32. apps from scratch isn't very large, I don't believe.  Most people would
  33. probably rather let Paradox handle both the database and 95% of the interface
  34. work, rather than writing all the interface code in C or Pascal.
  35.  
  36. >    I have been looking around last six months for a database engine
  37. >platform that I can write with either C or C++.  I found Paradox Engine
  38. >and another product called CodeBase.  I didn't hear too much about CodeBase.
  39. >Paradox Engine was in the vicinity of unknown as well.  Can some recommend
  40. >other database engine?  I am not looking for Clipper and Foxpro, because I
  41. >think they lack the speed and flexibility of programming in C unless someone
  42. >can prove me wrong :)
  43.  
  44. >    BTW, I hope to hear from other Paradox Engine programmers on this
  45. >newsgroup.  I could not find any relevant source, discussion or book relating
  46. >to the Paradox Engine.  It seems like all Paradox Engine programmers are 
  47. >stranded on an island with their superb Paradox Engine documentation.
  48.  
  49. It's true, the Paradox Engine isn't the easiest of things to work with.
  50. However, once you spend just a short bit of time learning it, it starts to
  51. make sense.  One thing it WILL do is test your knowledge of Paradox itself --
  52. you need to know what C types you want to use, to match your Paradox types,
  53. and similar issues.
  54.  
  55. In addition, when you first start working on the application, safe yourself
  56. a LOT of hassle -- create the table with Paradox.  Then, write C code to
  57. read the table.  That way, you can put data into it with Paradox, and KNOW
  58. what's there.  That makes for quick & easy testing of your code.  Once that's
  59. ironed out, work on the code to write to the table, and use Paradox to
  60. examine what you put there.  THEN go on to the routines to create the
  61. tables.
  62.  
  63. Paradox itself makes for a VERY useful development tool when working with
  64. the Paradox Engine.  It's saved me a lot of time & hassle.
  65.  
  66. -------------------------------------------------------------------------------
  67. -                                   "She had what it took: great hair, a      -
  68. - Kevin Trojanowski                  profound understanding of strategic lip  -
  69. - Internet: troj@cwis.unomaha.edu    gloss, the intelligence to understand    -
  70. -      CI$: 70521,312                the world and a tiny secret interior     -
  71. - US Snail: 1905 Thurston Ave, #8    deadness which meant she didn't care."   -
  72. -           Bellevue, NE 68005                            -Douglas Adams      -
  73. -                                                          _Mostly Harmless_  -
  74. ------------------------------------------------------------------------------- 
  75.