home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / informix / 1590 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  4.9 KB

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