home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7688 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.0 KB  |  49 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!tcsi.com!iat.holonet.net!rkinder
  3. From: rkinder@iat.holonet.net (Robert J. Kinder)
  4. Subject: Re: Paradox engine & dbase framework
  5. Message-ID: <BxCzE0.8F9@iat.holonet.net>
  6. Organization: HoloNet (BBS: 510-704-1058)
  7. References: <ANDERS.92Nov4141815@ipcsun1.his.se>
  8. Distribution: comp.databases
  9. Date: Sat, 7 Nov 1992 18:29:58 GMT
  10. Lines: 37
  11.  
  12. anders@ipcsun1.his.se (Anders Eklund) writes:
  13. : Hi there folks!
  14. :   I have a question about Paradox engine & database framework.
  15. : What I have heard this framework are some object classes. I
  16. : wonder how well these classes encapsulates the use of the
  17. : relational database as an object database. I would appreciate
  18. : any answer
  19. : Thanks in advance
  20. : Anders
  21. : --
  22. : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. :          ___
  24. :         /   /       /                --  Anders Eklund  anders@his.se --
  25. :        /__ /___ ___/___ ___ ___      --  Connectionist Research Group --
  26. :       /   //  //  //__//   /__       --  Computer Science  Department --
  27. :     _/   //  //__//__ /   ___/       --  University of Skovde, Sweden --
  28. : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.  
  30. The Database Frameworks saves a *lot* of time and code over a direct
  31. interface with the Paradox Engine 3.0.  Using a C++ class library to
  32. handle the Engine interface is much more clearer and productive.  You
  33. might also be interested in HorC++Power (pronounced horsepower), which
  34. uses embedded PAL statements in your C++ program.  I believe this is much
  35. more intuitive and easier than the abstract Database Framework interface. 
  36. But then again, I wrote HorC++Power.  Check the last issue of Paradox
  37. Informant or call ISSI at (407) 997-1612.
  38. -- 
  39. // ------------------------------------------------------------------------
  40. // rkinder@holonet.net            International Software Solutions, Inc.  -
  41. // Robert J. Kinder, Jr.                             Boca Raton, Florida  -
  42. //                                                        1-800-788-4774  -
  43.