home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / informix / 2780 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  5.3 KB

  1. Path: sparky!uunet!gatech!emory!emory!not-for-mail
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Monthly Posting from Snide Computer Services
  5. Date: 22 Dec 1992 23:28:08 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 147
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1h8psoINN6j7@emory.mathcs.emory.edu>
  11. Reply-To: dave.snyder@snide.com (Dave Snyder)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1734>
  14.  
  15.  
  16. Last-Modified: December 14, 1992
  17.  
  18. This is a monthly posting from Dave Snyder, keeper of db4glgen.  Although
  19. this is probably old information for alot of you, I find that about once 
  20. a month or so, I'm asked, "What is db4glgen?"... "Where can I get dbinfo?"
  21. Well here are descriptions of all the Informix tools that I've written
  22. and how to get them.  Please send all questions and comments about this
  23. posting or my Informix tools to dave@das13.snide.com (das13!dave).
  24.  
  25.  
  26.  
  27. db4glgen
  28.  
  29. This program is the PD Informix 4GL code generator hacked together by
  30. Dave Snyder.
  31.  
  32.  
  33. dbbeauty
  34.  
  35. This program will capitalize all Informix key words in an Informix-4GL program.
  36. Comments and keywords inside double quotes will not be changed.
  37.  
  38.  
  39. dberror
  40.  
  41. This program prints the error message for an Informix-SQL error code.  It
  42. also handles ALL-II and SystemV error codes.
  43.  
  44.  
  45. dbform
  46.  
  47. This package generates "quick & dirty" data forms.  It requires that
  48. Informix-SQL be installed on your machine.
  49.  
  50.  
  51. dbinfo
  52.  
  53. This program provides information about an Informix-SQL table.  It formats it's
  54. output like the SQL command "info".
  55.  
  56.  
  57. dblist
  58.  
  59. This program dumps the contents of an Informix-SQL table to stdout.  It has the
  60. ability to select an index to sort by and also provides the ability to start at
  61. a specific place in the file.
  62.  
  63.  
  64. dbloader & dbunloader
  65.  
  66. This program generates SQL statements to load "unloaded" Informix-SQL tables
  67. into a database.  When compiled, dbloader should be linked to dbunloader.  The
  68. dbunloader program generates SQL statements to unload Informix-SQL tables.
  69.  
  70.  
  71. dblookup
  72.  
  73. This package generates 4GL code and 4GL forms for pop-up style lookup
  74. windows.
  75.  
  76.  
  77. dbports.sh
  78.  
  79. This archive contains two shell scripts... dbexport and dbimport.  If you
  80. have Informix 4.00 products then you don't need these scripts.  DBEXPORT
  81. will create a database schema, unload all tables in your database, and create
  82. a script to re-load the unloaded tables.  DBIMPORT will create a database
  83. with tables from the schema and load all the tables.  These scripts require
  84. dbschema (from Informix) and dbloader/dbunloader (from archive-server).
  85.  
  86.  
  87. dbrepair
  88.  
  89. This program will update the "dirpath" column of the Informix-SQL table
  90. "systables" from an absolute path name to a relative one.  This can only
  91. be used if your database engine is Informix-SE.
  92.  
  93.  
  94. dbreserved
  95.  
  96. This program will scan an Informix-SQL table and print all reserved words to
  97. stdout.  There are currently 400+ words that are checked.
  98.  
  99.  
  100.  
  101. The above programs are available from the machines "das13" and "mathcs".
  102.  
  103. You can reach "das13" through the archive-server or ANONUUCP (ANONFTP is
  104. available through "mathcs.emory.edu"), the info you need follows...
  105.  
  106. ANONFTP:
  107.   If you've never used anonymous ftp, here is a quick primer, in the form
  108.   of a sample session, with comments in {}.  Lines with a "<<<" at the end
  109.   are where you type something.
  110.  
  111. % ftp mathcs.emory.edu                    {IP Address = 128.140.2.1}   <<<
  112. Connected to mathcs.emory.edu.
  113. 220 emory FTP server (SunOS 4.1) ready.
  114. Name (mathcs.emory.edu:dave): anonymous                                <<<
  115. 331 Guest login ok, send ident as password.
  116. Password: dave@snide.com               {use your name and host here}   <<<
  117. 230 Guest login ok, access restrictions apply.
  118. ftp> cd pub/informix                                                   <<<
  119. 250 CWD command successful.
  120. ftp> get ls-lR                                                         <<<
  121. 200 PORT command successful.
  122. 226 ASCII Transfer complete.
  123. ftp> cd das13                                                          <<<
  124. 250 CWD command successful.
  125. ftp> get Index                                                         <<<
  126. 200 PORT command successful.
  127. 226 ASCII Transfer complete.
  128.         .
  129.         .       {repeat this step for each file you want}
  130.         .
  131. ftp> quit                                                              <<<
  132. 221 Goodbye.
  133. %
  134.  
  135.  
  136. ANONUUCP:
  137.   Create one or more of the following entries in your Systems (or L.sys) file:
  138.  
  139. das13 Any;1 FAST 9600 1-2154614007 "" \r\c in:-\r-in: anonuucp
  140. das13 Any;1 ACU 2400 1-2154614007 "" \r\d\r\c in:-\r-in: anonuucp
  141. das13 Any;1 ACU 1200 1-2154614007 "" \r\d\r\d\r\c in:-\r-in: anonuucp
  142.  
  143.   This is a call to Philadelphia, PA  USA
  144.  
  145.   If you've never used anonymous uucp, try this for your first command...
  146.  
  147. uucp das13!~/ls-lR /usr/spool/uucppublic
  148.  
  149.  
  150. ARCHIVE-SERVER:
  151.   To access the archive-server, send mail to: archive-server@das13.snide.com
  152.   In the Subject: put the word "help" (w/o the quotes).  Leave the rest of
  153.   your mail blank since it'll be ignored anyway.  You will receive mail
  154.   back explaining in detail what the archive-server is and how to use it.
  155.  
  156.  
  157. DAS
  158. --
  159. David Snyder @ Snide Computer Services - Folcroft, PA          Current Release
  160.                                                                is db4glgen-3.9
  161. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  162.