home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / ibm / pc / misc / 14901 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  2.4 KB

  1. Xref: sparky comp.sys.ibm.pc.misc:14901 comp.sys.ibm.pc.programmer:601 comp.databases:8033
  2. Newsgroups: comp.sys.ibm.pc.misc,comp.sys.ibm.pc.programmer,comp.databases
  3. Path: sparky!uunet!munnari.oz.au!titan!trlluna!bruce.cs.monash.edu.au!monu6!aurora.cc.monash.edu.au!int559r
  4. From: int559r@aurora.cc.monash.edu.au (Misha Verplak)
  5. Subject: Re: Need Help to Identify PC based DB Product
  6. Message-ID: <int559r.722493589@aurora.cc.monash.edu.au>
  7. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  8. Organization: Monash University, Melb., Australia.
  9. References: <By18I1.54L@animal.er.bell.ca>
  10. Date: Mon, 23 Nov 1992 04:39:49 GMT
  11. Lines: 38
  12.  
  13. tomk@animal.er.bell.ca (Tom Kanary) writes:
  14.  
  15. >I have encountered a small business application which runs on a IBM PC
  16. >under DrDos which appears to be built on a database product like dBase, etc.
  17. >There is only one executable (application.exe) which is a forms based
  18. >data entry/query program. As far as I can determine it was built by a part-time
  19. >programmer for this business. When the business changed hands the new owner
  20. >had no means of contacting the original programmer. In short, the new owner
  21. >would like to extract the company business records from this database 
  22. >and insert them into a supportable package like dBase, etc. Needless to say
  23. >there is no export to ascii feature. When the package starts up there
  24. >is a copywrite notice refering to "Drafton" (?). I don't know if
  25. >this refers to the forms package, the company name of the programmer,
  26. >or the database package. The database is made up
  27. >of files with *.dra, *.dps, *.drm and *.ndx files. 
  28.  
  29. >Does anyone recognize this package? If so I would appreciate some advice as
  30. >to how to extract the data. My two options now are to "print forms" to
  31. >a file and parse the data but there is no "print all" command or to
  32. >write some code to read the raw data files by guessing the record 
  33. >format.
  34. >-- 
  35. >Tom Kanary
  36.  
  37. This sounds like a variation of "Clipper", which also produces an .EXEcutable
  38. program but uses .DBF for the data and .NDX for the indexes;  this is
  39. supposed to be based on dBase IV (or under).
  40.  
  41. I would suggest stripping the data files with some handy stripper (you or I
  42. can write a quickie in C) and keeping just the ascii, then look at how the
  43. data is represented & try to parse it into proper format.  Several packages
  44. can do such parsing, but it is often simpler to write your own than try to
  45. decipher their (often) cryptic macro instructions & formats!
  46.  
  47. Good luck!
  48.  
  49. Misha.
  50.  
  51.