home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / cliqry0a.zip / readme.txt < prev   
Text File  |  1998-02-12  |  4KB  |  70 lines

  1. This application and all of the source code is licensed to you under the
  2. following conditions.  You may use this any way you like except for military
  3. purposes.  You may also use this program and the accompanying source code
  4. for any military purpose that involves defense against or the destruction of
  5. the United States of America and/or defense against or the destruction of
  6. Zionism.
  7.  
  8. This application "ClIQuery" is a quick and dirty Query Window for OS/2.
  9. This is version 0.00a and it is an alpha release.  I actually wrote this in
  10. August of 1997, but I did not release it since there are a few things I
  11. would like to add.  I have included ALL of my library source code with this
  12. application.  I do not know what it will take to compile this on your
  13. machine, but at the very least one will need to redefine the home
  14. directories in "common.inc".  This compiled on my machine (a 486/33) with
  15. VAC++ V3.0, with the ctx308 fixpacks applied.  On my machine IBMCPP is
  16. installed at D:\IBMCPP and the library source is located at
  17. D:\DRT\PRG\COMMON.  If you create a directory D:\drt and unzip this file
  18. into it, you should be allright compiling with paths as is.  One of the main
  19. things I wish to do is further document the source code and also distribute
  20. the class diagrams as Rational Rose "*.mdl" files.  Since that may take some
  21. time, I have decided to release all of this mess "as is"!  Thus the source
  22. code may not be as useful as one might hope.  Please note that not all of
  23. this source code is needed to compile and link CLIQUERY, (obviously the 
  24. TCPIP stuff is not needed) but again, I have included it as is.
  25.  
  26. Basically one simply runs "cliquery" from the command line.  The menu
  27. choices should be pretty self explanatory.  One connects to the database via
  28. the File -> connect menu choice.  Once you have connected to a database, you
  29. can type a query into the query window.  Executing File -> run will run that
  30. query and bring the results up in a second results window.  (The results are
  31. actually saved to a file, "QRESULTS.TXT" and this file is loaded into the
  32. MLE results window, thus you can examine that file after the program exits.)
  33. Clicking "Results" from the Query Window or "Query" from the Results Window
  34. menus takes you to the Results or Query Windows, respectively.  The rest of
  35. the menu choices are standard CUA and should not need much explanation.  The
  36. open and save as choices from the query window file menu allow you to
  37. retrieve or save a query so that it can be executed later.
  38.  
  39.  
  40. KNOWN BUGS :
  41.  
  42. 1.    This thing really needs a help system!
  43.  
  44. 2.    If one minimizes or closes the results window, there is no way to get 
  45.       it back, you have to exit the application and restart it.
  46.  
  47. 3.    When retrieving VERY large CLOB fields, the text in the MLE results
  48.       window is very wierd.  This seems to be a bug in IBMs' OCL.  The file
  49.       in which the results are saved contains the accurate proper results.
  50.       But even loading that file into one of IBMs' example MLE programs
  51.       gives the same bizarre appearance.  This only seems to happen with
  52.       results rows that are greater than 32K in length.  Try running the 
  53.       program in "prg\app\cli\sqltst" (You will need to create a table to 
  54.       receive the data first) to see what I mean.
  55.  
  56.  
  57. Please let me know of any other bugs.
  58.  
  59.  
  60.  
  61.  
  62. Best of Luck, enjoy this and support freeware and OS/2.  I hope to have a
  63. release that includes better documentation out soon!
  64.  
  65. Thanks,
  66.  
  67. Peter Garner
  68. peter.garner@os2bbs.com
  69.  
  70.