Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid Message "Non nullable Column cannot be updated with null"

Status
Not open for further replies.

TMoney216

Programmer
Mar 1, 2002
11
0
0
US
Hi All,

I currently building a VB/Oracle application. I get the error from the datagrid control when I hit the MDIForms control box 'X'. Non nullable column cannot be updated to Null. When the child windows Form_Unload event is called.........I have it call my "Cancel_click" as if I was cancelling a regular transaction. This code works fine if I click the cancel button on my child form. But when I call it from the Main MDIForm.......I get the "non nullable" error from above.....Any ideas would be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top