IBM Books

Image, Audio, and Video Extenders Administration and Programming


Chapter 6. Preparing data objects for extender data

You prepare databases, tables, and columns to hold extender data by enabling them. First enable the database. Then enable a table in the database. Finally, enable a column in the table.

When you no longer want extender data in your data objects, you can disable the objects.

You can enable and disable objects either using the APIs in your C language program or from the db2ext command line. In this chapter, examples are provided for each method.


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