Start of change

-30104   ERROR IN BIND OPTION option-name AND BIND VALUE option-value.

Explanation

Bind parameters were passed from the requester site, but could not be processed.

option-name
The name of the bind option.
option-value
The value of the named option.

Possible causes for this error include:

  • Either the bind option or the corresponding value is not acceptable to the server database.
  • The specific bind option and value combination is not supported by the server database.
  • The GENERIC option was specified on the BIND PACKAGE or REBIND PACKAGE command, and at least one of the following conditions is true:
    • The string contains more than 4096 characters.
    • The string contains an uneven number of tokens, resulting in an option name without a corresponding value.
    • A bind option name in the string contains more than 255 characters.
    • A bind option value in the string contains more than 255 characters.

System action

The BIND or REBIND command failed.

Programmer response

Examine the command options and values, determine the error, and resubmit the command.

SQLSTATE

56095

End of change