Home |
Previous Page | Next Page Data Migration Utilities > The dbload Utility > Command File to Load Complex Data Types (IDS 9.x or Later) >
You can use dbload with the following
data types:
- A BLOB or CLOB
- A SET inside a ROW type
The dbload utility does not work with the
following data types:
- A CLOB or BLOB inside
a ROW type
- A ROW type inside a SET
Warning:
All the load utilities (dbexport, dbimport, dbload, onload, onunload, and onxfer)
rely on an export and import function. If you do not define this
function when you write a user-defined data type, you cannot use
these utilities.
Note:
Loading a new data type inside another data type
can cause problems if the representation of the data contains handles.
If a string represents the data, you should be able to load it.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]