home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vabasi11.zip / IP21153O.ZIP / OS2 / SERVER / INSTALL.TXT < prev    next >
Text File  |  1997-06-10  |  23KB  |  643 lines

  1. ============================================================
  2. INSTALLING IBM VISUALAGE FOR BASIC VERSION 1.1
  3. ============================================================
  4.  
  5. IBM VisualAge for Basic includes the following components:
  6.  
  7.   -- Clients for OS/2 and for Windows NT/Windows 95
  8.   -- Servers for OS/2, Windows NT, and AIX
  9.   -- Stored procedure VBX for Windows 3.1 (English only)
  10.   -- Stored procedure OCX for Windows NT/Windows 95
  11.  
  12. To install one or more of these components, see the
  13. corresponding sections below
  14.  
  15. ============================================================
  16. CONTENTS OF THIS FILE
  17. ============================================================
  18.                                                         Line
  19.                                                         ----
  20. Copyright and Trademark Information For This File        30
  21. Installing VisualAge for Basic on OS/2                   60
  22. Installing VisualAge for Basic on Win NT or Win 95      150
  23. Creating SP catalog on OS/2, Win NT, or Win 95          200
  24. Installing Stored Procedure VBX (English only)          230
  25. Installing Stored Procedure OCX on Win NT or Win 95     260
  26. Installing VisualAge for Basic on AIX                   275
  27. VisualAge for Basic Hardware and Software Requirements  450
  28.  
  29. ============================================================
  30.      COPYRIGHT AND TRADEMARK INFORMATION FOR THIS FILE
  31. ============================================================
  32.  
  33. Licensed Materials -- Property of IBM.
  34.  
  35. (C) Copyright International Business Machines Corporation
  36. 1997.  All Rights Reserved.
  37.  
  38. Note to U.S.  Government Users -- Documentation related to
  39. Restricted Rights -- Use, duplication, or disclosure is
  40. subject to restrictions set forth in GSA ADP Schedule
  41. Contract with IBM Corporation.
  42.  
  43. AIX, AIX/6000, DB2, DB2/6000, IBM, OS/2, and VisualAge are
  44. trademarks of International Business Machines Corporation.
  45.  
  46. Other company, product, and service names, which may be
  47. denoted by a double asterisk (**), may be trademarks or
  48. service marks of others.
  49.  
  50. Microsoft, Visual Basic, Windows, and Windows NT are
  51. registered trademarks of Microsoft Corporation.
  52.  
  53. For license information, and copyright information related
  54. to third-party code contained in IBM VisualAge for Basic,
  55. please see the file NOTICES.TXT in the directory where you
  56. installed VisualAge for Basic.
  57.  
  58.  
  59. ============================================================
  60.            INSTALLING VISUALAGE FOR BASIC ON OS/2
  61. ============================================================
  62.  
  63. Use this procedure to install VisualAge for Basic client or
  64. server on OS/2.
  65.  
  66. IMPORTANT:  On an OS/2 server machine, install DB2 for OS/2
  67. before you install VisualAge for Basic server.
  68.  
  69.  1. Put the VisualAge for Basic CD-ROM that contains the
  70.     language version you desire into your CD-ROM drive.
  71.  
  72.  2. Open an OS/2 window and use the OS/2 command line for
  73.     steps 3-6.
  74.  
  75.  3. Enter:  e:  (where  e:  is the drive letter for your
  76.     CD-ROM drive).
  77.  
  78.  4. Change to the directory for the language you want to
  79.     install.  For example, for the English version, enter:
  80.        cd \English
  81.  
  82.  5. Select the component you want to install:
  83.     A. For VisualAge for Basic client enter:  cd os2\client
  84.     B. For VisualAge for Basic server enter:  cd os2\server
  85.  
  86.  6. Enter:  install  and follow the instructions that
  87.     appear on your screen.
  88.  
  89.  7. After installation is complete, shut down OS/2 and
  90.     reboot your machine.
  91.  
  92.  8. Start VisualAge for Basic by opening the VisualAge for
  93.     Basic folder on your OS/2 desktop, then double-clicking
  94.     on the VisualAge for Basic icon.  Or, you can go to an
  95.     OS/2 command line window and enter:  vw
  96.  
  97.  9. To view the VisualAge for Basic online help, select the
  98.     Help menu or press F1 in any product window.
  99.  
  100. 10. To view the online books, open the VisualAge for
  101.     Basic folder, then open the Information folder, then
  102.     double- click on Getting Started, the Programming Guide,
  103.     or the Data Access Guide.
  104.  
  105. 11. If you are installing VisualAge for Basic server on
  106.     OS/2, see the section below, "Creating Stored Procedure
  107.     Catalog on OS/2 or Windows NT."
  108.  
  109. ============================================================
  110. INSTALLING ODBC DRIVER MGR AND ODBC DATABASE DRIVERS ON OS/2
  111.  
  112. In the following instructions, D:\vabasic stands for the
  113. drive and directory where you installed VisualAge for Basic.
  114.  
  115.  1. Locate the following files in D:\vabasic\dll:
  116.        odbc.ini 
  117.        odbcinst.ini 
  118.        qeinst.ini 
  119.        replace.exe 
  120.  
  121.  2. Run replace.exe against each of the three .ini files
  122.     above by entering the following three commands:
  123.        replace D:\vabasic\dll odbc.ini 
  124.        replace D:\vabasic\dll odbcinst.ini 
  125.        replace D:\vabasic\dll qeinst.ini 
  126.  
  127.     A file with an extension of .out is generated for each 
  128.     of the three .ini files:
  129.        odbc.out
  130.        odbcinst.out 
  131.        qeinst.out 
  132.  
  133.  3. Copy these three generated .out files to your C:\os2
  134.     system directory:  copy *.out  C:\os2
  135.  
  136.  4. Change the file extension of each of the three .out
  137.     files to .ini:
  138.        ren odbc.out     *.ini
  139.        ren odbcinst.out *.ini 
  140.        ren qeinst.out   *.ini
  141.  
  142. You should now be able to add new ODBC drivers by using the
  143. odbcadm.exe command and clicking the Add button in the Data
  144. Sources window.
  145.  
  146. Warning:  In the list of installed ODBC drivers, some
  147. databases may require that you install the database client
  148. software first, before adding the ODBC driver in the Data
  149. Sources window.
  150.  
  151. ============================================================
  152.  INSTALLING VISUALAGE FOR BASIC ON WINDOWS NT OR WINDOWS 95
  153. ============================================================
  154.  
  155. Use this procedure to install VisualAge for Basic client on
  156. Windows NT or Windows 95, or VisualAge for Basic server on
  157. Windows NT.
  158.  
  159.  1. Put the VisualAge for Basic CD-ROM that contains the
  160.     language version you desire into your CD-ROM drive.
  161.  
  162.  2. On the Windows task bar, select Start --> Run.
  163.  
  164.  3. Click on Browse and select the drive letter for your
  165.     CD-ROM drive.
  166.  
  167.  4. Select the directory for the language you want to
  168.     install.  For example, for the English version, select
  169.     the English directory.
  170.  
  171.  5. Select the component you want to install:
  172.     A. For VisualAge for Basic client select \windows\client\disk1
  173.     B. For VisualAge for Basic server select \windows\server\disk1
  174.  
  175.  6. In the directory you selected, double-click on setup.exe
  176.  
  177.  7. Continue with the installation and follow the
  178.     instructions that appear on your screen.
  179.  
  180.  8. After installation is complete, shut down Windows and
  181.     reboot your machine.
  182.  
  183.  9. Start VisualAge for Basic by double-clicking on the
  184.     VisualAge for Basic icon on the Windows NT or Windows
  185.     95 desktop.  Or, you can select:  Start --> Programs -->
  186.     VisualAge for Basic --> VisualAge for Basic
  187.  
  188. 10. To view the VisualAge for Basic online help, select the
  189.     Help menu or press F1 in any product window.
  190.  
  191. 11. To view the online books, or the online help for the
  192.     stored procedure OLE custom control (SP OCX), open
  193.     the VisualAge for Basic folder, then click on Getting
  194.     Started, the Programming Guide, the Data Access Guide,
  195.     or SP OCX.
  196.  
  197. 12. If you are installing VisualAge for Basic server on
  198.     Windows NT, see the section below, "Creating Stored
  199.     Procedure Catalog on OS/2 or Windows NT."
  200.  
  201. ============================================================
  202. CREATING STORED PROCEDURE CATALOG ON OS/2, WIN NT, OR WIN 95
  203. ============================================================
  204.  
  205. Use this procedure to create the catalog you will need to
  206. keep track of your stored procedures.
  207.  
  208.  1. On OS/2, open an OS/2 command line window.  On Windows,
  209.     open a DB2 command line window.
  210.  
  211.  2. Connect to the database.  For example, enter:
  212.        db2 connect to sample
  213.  
  214.  3. Change to the \sqllib\misc directory, where sqllib
  215.     is the root directory where DB2 is installed.
  216.  
  217.  4. Run the script file to create the stored procedure
  218.     catalog by entering:  db2 -vtf STORPROC.DDL
  219.  
  220.  5. Grant users who can do remote build the authority to
  221.     update the catalog by entering one of the following
  222.     commands:
  223.  
  224. db2 GRANT ALL PRIVILEGES ON TABLE DB2CLI.PROCEDURES to PUBLIC
  225. db2 GRANT ALL PRIVILEGES ON TABLE DB2CLI.PROCEDURES to userid
  226.  
  227.  6. Disconnect from the database.  For example, enter:
  228.        connect reset
  229.  
  230. ============================================================
  231.       INSTALLING STORED PROCEDURE VBX ON WINDOWS 3.1
  232. ============================================================
  233.  
  234. The stored procedure VBX is supported only in the English
  235. version of VisualAge for Basic.  To install the stored
  236. procedure VBX:
  237.  
  238.  1. Put either one of the two VisualAge for Basic CD-ROMs
  239.     into your CD-ROM drive.
  240.  
  241.  2. On Windows, select File --> Run --> Browse
  242.  
  243.  3. Select the drive letter of your CD-ROM drive.
  244.  
  245.  4. Select English\windows\vbx\install
  246.  
  247.  5. After the installation screen appears, select VBX/OLE
  248.     support.
  249.  
  250.  6. Continue with the installation and follow the
  251.     instructions that appear on your screen.
  252.  
  253.  7. After installation is complete, shut down Windows and
  254.     reboot your machine.
  255.  
  256.  8. To learn how to register and use the Stored Procedure
  257.     VBX/OLE control, read the SP VBX/OLE Help in the
  258.     VisualAge for Basic folder.
  259.  
  260. ============================================================
  261. INSTALLING STORED PROCEDURE OCX ON WINDOWS NT OR WINDOWS 95
  262. ============================================================
  263.  
  264. The Stored Procedure OCX is a selectable feature during the
  265. installation of the VisualAge for Basic client on Windows NT
  266. or Windows 95.  See the section above, "Installing VisualAge
  267. for Basic on Windows NT or Windows 95."
  268.  
  269. To learn how to register and use the OCX, see the "Stored
  270. Procedure OCX Component" chapter in the "VisualAge for Basic
  271. Programming Guide," and "SP/OCX Help" in the VisualAge for
  272. Basic folder.
  273.  
  274.  
  275. ============================================================
  276.           INSTALLING VISUALAGE FOR BASIC ON AIX
  277. ============================================================
  278.  
  279. There are two phases to this installation:
  280.  
  281.  1. Installing VisualAge for Basic as root.
  282.  2. Installing server as database instance owner.
  283.  
  284. ============================================================
  285. Installing VisualAge for Basic as Root on AIX
  286.  
  287. In this phase of the installation, you install the VisualAge
  288. for Basic server code:
  289.  
  290.  1. Log on to AIX as root.
  291.  
  292.  2. Put the VisualAge for Basic CD-ROM that contains the
  293.     language version you desire into your CD-ROM drive.
  294.  
  295.  3. Mount the CD-ROM to your CD-ROM mount directory.
  296.  
  297.  4. Change to the desired language directory and then to
  298.     the AIX directory within your CD-ROM mount directory.
  299.  
  300.  5. Copy vabasic.pkg to a temporary directory.
  301.  
  302.  6. Change to the temporary directory and run the following
  303.     command:  installp -ad vabasic.pkg all
  304.  
  305.  7. Continue with the installation and follow the
  306.     instructions that appear on your screen.
  307.  
  308.  8. After installation is complete, verify that VisualAge 
  309.     for Basic is installed by running the following 
  310.     command: lslpp -h vabasic.obj
  311.  
  312.  9. Ensure your $PATH environment variable includes /usr/bin
  313.  
  314. 10. If you need to remove VisualAge for Basic after
  315.     installation, log on as root and run the following
  316.     command:
  317.        installp -r vabasic.all   (for AIX Version 3)
  318.        installp -u vabasic.all   (for AIX Version 4)
  319.  
  320. ============================================================
  321. Installing Server as Database Instance Owner on AIX
  322.  
  323. Do this phase of the installation for each instance of
  324. VisualAge for Basic that you want to operate on as a remote
  325. or local server.  In the steps below:
  326.  
  327.    $HOME       =  home directory of the database instance
  328.    $SQLLIBDIR  =  sqllib/function directory
  329.  
  330.  1. Log on to AIX as database instance owner.
  331.  
  332.  2. Change to the $HOME/$SQLLIBDIR directory.
  333.  
  334.  3. If you have already installed the server components,
  335.     remove them by executing the following command:
  336.        removeserver
  337.  
  338.  4. To install the server components, execute the following
  339.     command:  makeserver
  340.  
  341.  5. The file $HOME/$SQLLIBDIR/CONFIG.VW has the single line:
  342.        VWDIR=/u/inst2/sqllib/function/vwdir
  343.     Change /u/inst2 to $HOME (your DB2 instance home
  344.     directory).  For example, if your $HOME directory is
  345.     /u/inst, change the file to:
  346.        VWDIR=/u/inst/sqllib/function/vwdir
  347.  
  348.  6. Update your LIBPATH by adding:  $HOME/sqllib/function
  349.  
  350.  7. To use the remote debug capabilities of VisualAge for
  351.     Basic Server on an AIX server that uses a DBCS locale,
  352.     enter the following settings in the .XDefaults file of
  353.     the userid that owns the DB2/6000 database instance(s):
  354.  
  355.     *fontList: -dt-interface user-medium-r-normal-l*-*:
  356.     *XmText.fontList: -dt-interface 
  357.     user-medium-r-normal-l*-*:
  358.  
  359.     These settings are needed to correctly display error
  360.     messages containing double-byte characters.
  361.  
  362. ============================================================
  363. DB2-related tasks on AIX
  364.  
  365.  1. Run db2profile for the appropriate database instance.
  366.  
  367.  2. To run the VisualAge for Basic samples, create a
  368.     SAMPLE database by entering: $HOME/sqllib/misc/db2sampl
  369.  
  370.  3. Do the steps below as database instance owner for
  371.     each database created:
  372.  
  373.     A. Connect to the database.  For example, enter:
  374.           db2 connect to sample
  375.  
  376.     B. Change to the $HOME/sqllib/misc directory.
  377.  
  378.     C. Run the script file to create the stored procedure
  379.        catalog by entering:  db2 -vtf STORPROC.DDL
  380.  
  381.     D. Grant users who can do remote build the authority to
  382.        update the catalog by entering one of the following
  383.        commands:
  384.  
  385. db2 GRANT ALL PRIVILEGES ON TABLE DB2CLI.PROCEDURES to PUBLIC
  386. db2 GRANT ALL PRIVILEGES ON TABLE DB2CLI.PROCEDURES to userid
  387.  
  388.  
  389.  4. CLI applications cannot call to entry points in a
  390.     shared library on AIX if the library is in an archived
  391.     format, that is, if its name ends in "a".  However,
  392.     VisualAge for Basic CAN call to entry points in a
  393.     non-archived library or in a  .o  file.
  394.  
  395.     A. To extract the object file from a shared library,
  396.        create a file named  shr.o  by using the ar command:
  397.           ar vx libdb2.a
  398.  
  399.     B. Then rename  shr.o  to  libdb2.o  by using the  mv
  400.        command:  mv shr.o libdb2.o
  401.  
  402.  5. VisualAge for Basic makes the archived library for
  403.      DB2 for AIX Version 2.1.1 available as  libdb2.o  in
  404.      the $HOME/$SQLLIBDIR directory.  If you are using a
  405.      different version of DB2 for AIX, create your own
  406.      libdb2.o  by using the  ar  command and renaming
  407.      shr.o  to  libdb2.o
  408.  
  409.  6. For DB2-related questions, see the DB2 for AIX
  410.     Installation Guide or the DB2 for AIX Reference.
  411.  
  412. ============================================================
  413. VisualAge for Basic Readme Files and Directories on AIX
  414.  
  415. During installation, VisualAge for Basic creates the
  416. following readme files in /usr/lpp/vabasic:
  417.  
  418.    INSTALL.TXT     Installation information (the file you
  419.                    are reading)
  420.    NOTICES.TXT     Copyright information
  421.    README.1ST      Readme file
  422.  
  423. During installation, VisualAge for Basic creates the
  424. following files and directories under
  425. /usr/lpp/vabasic/SERVER:
  426.  
  427.  CONFIG.VW         Root directory for config subdirectory
  428.  db2spla           DLL provided by VisualAge for Basic
  429.  libdb2.o          Unarchived libdb2.a
  430.  libgenAdapt.a     Server remote build debug library
  431.  libgenAdapt2.a    Server run-time library
  432.  stpsrv            Server remote build file
  433.  spspstub          Server stored procedure stub
  434.  udfxstub          Server user-defined function stub
  435.  basI              Command line Basic Interpreter for client
  436.  spbuild           Command line stored procedure builder
  437.                       for client
  438.  udfbuild          Command line user-defined function
  439.                       builder for client
  440.  vabasicx/include  Server include files
  441.  vwdir/config      Configuration files
  442.  vwdir/biudf       Financial user-defined functions
  443.  makeserver        Command to install VisualAge for Basic
  444.  removeserver      Command to deinstall VisualAge for Basic
  445.  
  446.  
  447.  
  448.  
  449.  
  450. ============================================================
  451.    VISUALAGE FOR BASIC HARDWARE AND SOFTWARE REQUIREMENTS
  452. ============================================================
  453.  
  454. ============================================================
  455. OS/2 Client Requirements
  456.  
  457. Hardware Requirements
  458.  
  459.   -- 486 processor (or higher)
  460.   -- 24 MB of RAM
  461.   -- 49 MB of hard disk space
  462.  
  463. Software Requirements
  464.  
  465.   -- OS/2 Version 3.0 or 4.0
  466.  
  467.   -- If you are installing VisualAge for Basic with the
  468.      DB2 Support option, then you also need to install DB2
  469.      SDK for OS/2 Version 2.1 or later, using either NetBIOS
  470.      or TCP/IP communications.  For information on DB2
  471.      communications requirements, see:
  472.         http://www.software.ibm.com/data/db2/db2v2.html
  473.  
  474.   -- If your OS/2 client will connect to an AIX server, and
  475.      you plan to use the VisualAge for Basic Remote Debugger
  476.      to debug stored procedures and user-defined functions
  477.      on the AIX server from your client, then you need to
  478.      install the PMX X-Server component of TCP/IP on the
  479.      client.
  480.  
  481. ============================================================
  482. Windows NT or Windows 95 Client Requirements
  483.  
  484. Hardware Requirements
  485.  
  486.   -- 486 processor (or higher)
  487.   -- 24 MB of RAM
  488.   -- 49 MB of hard disk space
  489.  
  490. Software Requirements
  491.  
  492.   -- Microsoft Windows NT Version 3.51 or 4.0, or Windows 95.
  493.  
  494.   -- If you are installing VisualAge for Basic with the
  495.      DB2 Support option, then you also need to install DB2
  496.      SDK for Windows Version 2.1 or later, using either
  497.      NetBIOS or TCP/IP communications.  For information on
  498.      DB2 communications requirements, see:
  499.         http://www.software.ibm.com/data/db2/db2v2.html
  500.  
  501.   -- If your Windows NT or Windows 95 client will connect to
  502.      an AIX server, and you plan to use the VisualAge for
  503.      Basic Remote Debugger to debug stored procedures and
  504.      user-defined functions on the AIX server from your
  505.      client, then you need to install a PC X-Server product.
  506.  
  507. ============================================================
  508. Stored Procedure VBX and OCX Requirements
  509.  
  510. Hardware Requirements
  511.  
  512.   -- 486 processor (or higher)
  513.   -- 16 MB of RAM
  514.   -- 2 MB of hard disk space
  515.  
  516. Software Requirements
  517.  
  518.   -- For VisualAge for Basic Stored Procedure VBX:
  519.      -- Microsoft Windows Version 3.1
  520.      -- Microsoft Visual Basic** Version 3.0
  521.  
  522.   -- For VisualAge for Basic Stored Procedure OCX:
  523.      -- Microsoft Windows NT Version 3.51 or Windows 95
  524.      -- Microsoft Visual Basic Version 4.0
  525.  
  526.   -- DB2 SDK for Windows Version 2.1 or later, using
  527.      either NetBIOS or TCP/IP communications.  For
  528.      information on DB2 communications requirements, see:
  529.         http://www.software.ibm.com/data/db2/db2v2.html
  530.  
  531.   -- If your Windows NT or Windows 95 client will connect to
  532.      an AIX server, and you plan to use the VisualAge for
  533.      Basic Remote Debugger to debug stored procedures and
  534.      user-defined functions on the AIX server from your
  535.      client, then you need to install a PC X-Server product.
  536.  
  537. ============================================================
  538. OS/2 Server Requirements
  539.  
  540. Hardware Requirements
  541.  
  542.  --  486 processor (or higher)
  543.  --  24 MB of RAM
  544.  --  12 MB of hard disk space
  545.  
  546. Software Requirements
  547.  
  548.   -- OS/2 Version 2.0, 2.11, 3.0, or 4.0 (Version 2.0 must
  549.      include CSD 6055 or later)
  550.  
  551.   -- DB2 for OS/2 Version 2.1 or later, using either NetBIOS
  552.      or TCP/IP communications.  For information on DB2
  553.      communications requirements, see:
  554.         http://www.software.ibm.com/data/db2/db2v2.html
  555.  
  556. ============================================================
  557. Windows NT Server Requirements
  558.  
  559. Hardware Requirements
  560.  
  561.   -- 486 processor (or higher)
  562.   -- 24 MB of RAM
  563.   -- 12 MB of hard disk space
  564.  
  565. Software Requirements
  566.  
  567.   -- Microsoft Windows NT Version 3.51 or 4.0
  568.  
  569.   -- DB2 for Windows NT Version 2.1 or later, using either
  570.      NetBIOS or TCP/IP communications.  For information on
  571.      DB2 communications requirements, see:
  572.         http://www.software.ibm.com/data/db2/db2v2.html
  573.  
  574. ============================================================
  575. AIX Server Requirements
  576.  
  577. Hardware Requirements
  578.  
  579.   -- 530 RISC processor (or higher)
  580.   -- 64 MB of RAM
  581.   -- 38 MB of hard disk space
  582.  
  583. Software Requirements
  584.  
  585.   -- AIX Version 3.25 or 4.15
  586.  
  587.   -- DB2 for AIX Version 2.1 or later, using TCP/IP
  588.      communications.  For information on DB2 communications
  589.      requirements, see:
  590.         http://www.software.ibm.com/data/db2/db2v2.html
  591.  
  592. ============================================================
  593. Communication Controls Software Requirements
  594.  
  595. If you plan to use any the five VisualAge for Basic communi-
  596. cation controls (APPC, Async, EHLLAPI, NetBIOS, or TCP/IP)
  597. with VisualAge for Basic client, you need to install the
  598. software listed below under the relevant communication
  599. control and operating system.  You also need to install the
  600. SOM toolkit, which you can do by selecting the SOM toolkit
  601. feature when you install VisualAge for Basic client.
  602.  
  603. APPC Communication Control Requirements
  604.  
  605.   -- OS/2 Client:  Communications Manager for OS/2
  606.      Version 1.1
  607.  
  608.   -- Windows NT or Windows 95 Client:  For SNA Server
  609.      Clients, connection to Windows NT Server Version 3.51
  610.      with Microsoft SNA Server Version 2.11
  611.  
  612. Async Communication Control Requirements
  613.  
  614.   -- No additional software required
  615.  
  616. EHLLAPI Communication Control Requirements
  617.  
  618.   -- OS/2 Client:  Either Communications Manager/2 Version
  619.      1.1, or Personal Communications AS/400 and 3270
  620.      Version 4.0 for OS/2
  621.  
  622.   -- Windows NT or Windows 95 Client: Personal Communica-
  623.      tions AS/400 and 3270 Version 4.1 for Windows 95
  624.  
  625. NetBIOS Communication Control Requirements
  626.  
  627.   -- OS/2 Warp Client:  NetBIOS, plus either OS/2 LAN
  628.      Server/Requester Version 4, or OS/2 Warp Server Version
  629.      4 Warp Connect
  630.  
  631.   -- Windows NT or Windows 95 Client: No additional software
  632.      required
  633.  
  634. TCP/IP Communication Control Requirements
  635.  
  636.   -- OS/2 Warp Client: TCP/IP Version 2.0 for OS/2
  637.  
  638.   -- Warp Connect Client: TCP/IP Version 3.0 (shipped with
  639.      Warp Connect)
  640.  
  641.   -- Windows NT or Windows 95 Client: No additional software
  642.      required
  643.