XML Extender Administration and Programming
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.
- Connect to the database. For example:
db2 "connect to SALES_DB"
- Change to the DXX_INSTALL/bnd directory and bind the XML
Extender to the database.
db2 "bind @dxxbind.lst"
- Change to the sqllib/bnd directory and bind the CLI to the
database.
db2 "bind @db2cli.lst"
- Terminate the connection.
db2 "terminate"
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]