home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / database / sql / SQLEdit.1.06.README next >
Encoding:
Text File  |  1997-12-18  |  3.5 KB  |  112 lines

  1. README for SQLEdit for OPENSTEP
  2. -------------------------------
  3.  
  4. Welcome to ICOS's latest version of SQLEdit - and now, it runs on WINDOWS NT and 95
  5. with OPENSTEP from Apple (www.apple.com).
  6.  
  7. SQLEdit is a useful small application to support EOF developer. The background to
  8. write such an app was the necessity to handle/modify the database contents via
  9. DML (data manipulation language) statements that knowns the model identifiers
  10. and hide the sometimes cryptical database object names.
  11.  
  12.  
  13. FEATURES
  14. --------
  15.  
  16. - within this app you can use model identifier for DML statements or database
  17.   object names in either DML or DDL statements
  18. - any statements that the database knows about are allowed (dependent on the adaptor
  19.   of the loaded model)
  20. - private command: 'describe <objectname>;' to get deep informations about model
  21.   or entities
  22. - can execute a stament list loaded from file (batch manipulations) or single 
  23.   statement
  24. - print result sets to non postscript printers via GhostScript (ftp.cs.wisc.edu)
  25.   (tested with GS version 5.01, you need GSView too)
  26. - don't need to type in any statement twice: go (by mouse/cursor) to the end of
  27.   that statement (it is behind the semicolon) and press <return> again
  28. - and much more ...
  29.  
  30.  
  31. TO DO
  32. -----
  33.  
  34. - user defined transactions (at the point every command is a transaction that
  35.   was commited if it was successful or rolled back if it was not)
  36. - save typed sql statements to file
  37. - sorting of columns in addition of '... order by ...' clauses
  38. - connect to a database without a given model
  39. - any what you really need!
  40.  
  41.  
  42. CONTACT INFO:
  43. -------------
  44.  
  45. EMAIL:    rendto@icos.lol.li
  46. TELE:    +41 75 23766-17
  47. FAX:    +41 75 23766-34
  48. SNAIL:    ICOS AG
  49.     Fuerst-Franz-Joseph-Str. 73
  50.     FL-9490 Vaduz
  51.     
  52. PRICING:
  53. --------
  54.  
  55. Free.
  56.  
  57. Be sure you downloaded the correct version for your hardware and operating system:
  58.  
  59. Operating System    CPU architecture    Download:
  60. ----------------    -----------------    ----------    
  61. Windows NT or        Intel            SQLEdit_1.05_WIN.tar.gz
  62.  Windows 95    
  63.  NOTE:you must be running OPENSTEP 4.2 for Windows - 1-800-try-next):
  64.  
  65. Others will follow up if needed ... ;-))
  66.  
  67.  
  68. INSTALLATION:
  69. ============
  70.  
  71. Windows NT or 95:
  72. ================
  73.  
  74. 1. Unpack the software distribution
  75.  
  76.     a. open a "Bourne Shell" window from OPENSTEP Enterprises folder
  77.     b. change directory to location of distribution, for example, C:\temp
  78.         cd C:\temp
  79.     c. gunzip the distribution:
  80.         gunzip SQLEdit_1.05_WIN.tar.gz
  81.     d. untar the resulting uncompressed file:
  82.         tar xf SQLEdit_1.05_WIN.tar
  83. 2. Inside the newly created SQLEdit_1.05_WIN directory will be SQLEdit.app
  84.     a. move SQLEdit.app using File Manager to where you keep your apps
  85.     b. Drag the icon of SQLEdit.exe to a Program Manager folder for easy 
  86.         launch
  87.     c. Notify your system of the SQLEdit File types (only if you want
  88.        to open '.eomodel', '.eomodeld' and '.sql' bundles/files by double
  89.        clicking with "SQLEdit.app"!):
  90.         1. change directory to where SQLEdit.app resides, in this
  91.            example, we'll say that SQLEdit.app is in C:\LocalApps
  92.                cd C:\LocalApps
  93.         2. Run the registerBundle program by typing:
  94.             registerBundle SQLEdit.app
  95.             
  96. 3. Launch SQLEdit
  97.     a. Double-click SQLEdit.exe in File Manager
  98.  
  99.  
  100. 4. Play with SQLEdit:
  101.     a. type in any sql statement ended up with a semicolon sign (';') and press
  102.        <return>
  103.     b. type in 'describe YourModelName;' or 'describe YourEntityName;' to see
  104.        what happens
  105.  
  106.  
  107. Any suggestions and comments are welcome! Please use e-mail to report bugs and to
  108. croon songs of praise ...
  109.  
  110.  
  111. Torsten Rendelmann
  112.