home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / apl2 / apldb2.cm_ / apldb2.cmd
Encoding:
Text File  |  1993-12-15  |  937 b   |  26 lines

  1. /*-------------------------------------------------------------------
  2.  *
  3.  * Module Name: apldb2.cmd
  4.  *
  5.  * Descriptive Name: DB2 BIND Statements for APL2
  6.  *
  7.  * Copyright:   APL2 for OS/2 Version 1.0
  8.  *              Licensed Materials - Property of IBM
  9.  *              (C) COPYRIGHT IBM CORP. 1994
  10.  *
  11.  * Function: Provide sample BIND statements for APL2
  12.  *           Argument to this .cmd file is the database name or alias
  13.  *
  14.  * Notes:
  15.  *    1.  The bind statements must be run for each database
  16.  *        which will be accessed from APL2
  17.  *    2.  DB2 must be running when the bind statements are issued.
  18.  *    3.  UPM Administrator authority is required to run these
  19.  *        bind statements.
  20.  *
  21.  *------------------------------------------------------------------*/
  22. arg dbname
  23. 'sqlbind APLDB2CS.bnd'  dbname  '/G=PUBLIC'
  24. 'sqlbind APLDB2RR.bnd'  dbname  '/G=PUBLIC'
  25. 'sqlbind APLDB2UR.bnd'  dbname  '/G=PUBLIC'
  26.