PRB: ODBC Error: Column <xxx> in Table <yyy> May Not Be NullID: Q140654 3.00 3.00b WINDOWS kbinterop kbprb The information in this article applies to:
SYMPTOMSWhen committing a new record to a remote view, you may receive this error:
Where <xxx> is the name of the remote data's field and <yyy> is the name of
the table to which the record is being added.
CAUSEThis error can occur for two reasons:
RESOLUTIONMark the key field as updatable or fill the field that can't support null values with valid data.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Using View Designer, create a remote view to the Authors table in the 2. Click Send SQL Updates.
3. Run the View. Press CTRL+Y to add a record. Add data to the first three 4. Use the keyboard or mouse to select another record. The error will
5. Use =TABLEREVERT() to reverse the change.
6. Type USE in the Command window to close the cursor. 7. Go back to View Designer. Make the key field updatable. 8. Follow the steps again. Notice the error is the same, but now it is Additional reference words: 3.00 3.0b VFoxWin
KBCategory: kbinterop kbprb
KBSubcategory: FxinteropOdbc
|
Last Reviewed: November 2, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |