ContentsIndexPreviousNext

A-DBM-USE-CHAR-FOR-BINARY

Some data sources have restrictions on the number of binary large objects (BLOBs) that can be placed into a single table. If your data source has such restrictions, specify A-DBM-USE-CHAR-FOR-BINARY in the configuration file. The possible values for this variable are:

0 use BINARY type
1 use CHAR type

A non-zero value for A-DBM-USE-CHAR-FOR-BINARY lets you store data that uses the BINARY directive as hexadecimal encoded CHAR types. This will allow you to work around your data source restriction. While the default value is "0", this configuration variable can also take values of "Yes," "No," "True," "False," "On," or "Off."

Example

A-DBM-USE-CHAR-FOR-BINARY 1