I have a page with 3 checkboxes on it that are all bound to data fields in the page's
data object. The CheckedValue property value is 'Y'. The UncheckedValue property
value is null. When the page is initially loaded, the checkboxes are correctly
checked
or unchecked depending on their database values: 'Y' or null. The DDL for the
(Oracle) database table column is VARCHAR2(1). My Update button's ActionType
property value is BuiltIn. When I try to change the checkbox value and update, the
change is not applied. The log file has the following error:
ORA-01401: inserted value too large for column
1. Why does Net Dynamics think the value I'm trying to insert is too large?
2. How do I get visibility of the SQL (being an Update) so I can see exactly what the
Data Service is generating?
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]