Bug: 37455

Impact:

Product:
GemConnect

Versions:
2.0.1, 2.0, 1.1.5, 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.0

Platform:
All platforms

Fixed In:

#rdbColumnMapping must follow strict order

When using #rdbColumnMapping, the order of the column declarations must
follow that used in the internal Oracle table layout.  Failure to do so
will result in a spurious #columnBindingError.

The correct order can be determined from SQL using the "DESCRIBE tablename"
command.

Workaround:

Use the SQL command "DESCRIBE tablename" to determine the correct order.