Bug 37455

GemConnect

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

All platforms

#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.


                

Last updated: 4/29/09