IBM Books

XML Extender Administration and Programming


Before you begin

Bind your database with the XML Extender stored procedure and DB2 CLI bind files. You can use a sample command file, getstart_prep.cmd, to bind the files. This command file is in the DXX_INSTALL/samples/cmd directory.

  1. Connect to the database. For example:
    db2 "connect to SALES_DB"
    
  2. Change to the DXX_INSTALL/bnd directory and bind the XML Extender to the database.
    db2 "bind @dxxbind.lst"
    
  3. Change to the sqllib/bnd directory and bind the CLI to the database.
    db2 "bind @db2cli.lst"
    
  4. Terminate the connection.
    db2 "terminate"
    


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]