home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / apps / 2071 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  2.8 KB

  1. Xref: sparky comp.os.ms-windows.apps:2071 comp.databases:6185
  2. Newsgroups: comp.os.ms-windows.apps,comp.databases
  3. Path: sparky!uunet!email!news.univie.ac.at!nestroy!exaib.wu-wien.ac.at!bruhn
  4. From: bruhn@exaib.wu-wien.ac.at ( Peter Bruhn )
  5. Subject: Re: dBFast
  6. Message-ID: <1992Aug19.133205.2900@nestroy.wu-wien.ac.at>
  7. Sender: news@nestroy.wu-wien.ac.at (NetNews)
  8. Organization: Vienna University of Economics and Business Administration
  9. References:  <Bt6wrE.JJL@usenet.ucs.indiana.edu>
  10. Date: Wed, 19 Aug 1992 13:32:05 GMT
  11. Lines: 44
  12.  
  13. > 1. Can I use dBFast to make .EXE files for royalty-free distribution,
  14. >    just like with VB?
  15.  
  16. Your source code is compiled to an intermediary code, that is interpreted
  17. by a run time module. If you start a compiled program, the run time module
  18. will be invoked and interpret the intermediaty code. Distribution is
  19. royalty-free.
  20.  
  21. > 2. Is there any DLL commercially available for it to speak some
  22. >    SQL with SyBase SQL server running on AT&T Unix System V R4?
  23.  
  24. I have got no idea.
  25.  
  26. DbFast seems to work quite well, but there are some weak points that should
  27. be mentioned:
  28.  
  29. 1. The documentation is really very poor. As far as dbase commands are concerned
  30.    this is no big problem. Just use your dbase docs. But as soon as you want
  31.    to use additional commands of dbFast (e.g. to do all the Windows stuff),
  32.    you will suffer from the bad docs: Some commands are not even mentioned,
  33.    the arguments of some commands are not explained, so you will have to guess
  34.    what they mean and what you can use as argument (this is especially tricky
  35.    for arguments that ask for text). I don't know anything about books on
  36.    dbFast (Computer Associates doesn't know either, but they promised to check
  37.    it out). So if some kind soul could give me information on additional
  38.    literature on dbFast, I would be more than thankful.
  39.  
  40. 2. Generating individual reports is a tricky task, especially if you want
  41.    to produce a report with a lot of lines and boxes (printing these reports
  42.    gets quite slow, by the way). If you want to use the print manager, you
  43.    will not be able to change the orientation of the output (Computer
  44.    Associates simply says it is not possible). So I am looking for a DLL
  45.    that does this work (Again I would be very thankful if someone sent me
  46.    information, if such a DLL already exists or how I could implement it
  47.    in Borland C(++).)
  48.  
  49. 3. The support of Windows-fonts could be better. There are 15 different
  50.    fonts or sizes. But there is no support for centering or deleting these
  51.    fonts. E.g. if you want to delete a font that is bigger than the standard-
  52.    font, you will have to delete more than one line.
  53.  
  54. But I hope the new version 2.0 that is supposed to come up soon, will eliminate
  55. at least a part of these problems. I suppose this will be necessary to
  56. compete with programs like Dbase for Windows.
  57.