Ispirer Home Page Database Migration Application Conversion Downloads

Sqlways_db.ini File - Section [DATA]

This article describes sqlways_db.ini file's [DATA] section and the options it contains.

Option name Description
CONVERT_EMPTY_STRINGS_TO_NULL If this option is set to “Yes”, empty strings with default values for character columns will be converted to NULLs. When target database is Oracle, you need to leave empty strings as is, as in Oracle they are equal to NULL value. If this options is set to “No”, default values will be left as is.
Possible values - “Yes”, “No” or Empty.
Default value - “No”.