Page 1 of 1

columnchanged event in datatable for data validation

Posted: Fri 14 Nov 2008 15:23
by matthieu de graaf
Hi,

I'm working with Oradirect 4.75.40.0 with MS Visual Studio 2008.

I try to implement data validation in my data layer. I'm looking for a columnchanged event in my datatable but I can only find a rowchanged event.
So my question is:

Is there a columnchanged event in the datatable?
If there is no columnchanged event, should I use the rowchanged event instead as a hook for my data validation?

Regards,

Matthieu de Graaf

Posted: Mon 17 Nov 2008 09:01
by Shalex
I've checked OraDirect .NET 4.75.43.0 with Visual Studio 2008. There is the ColumnChanged event for the OracleDataTable instance. Please send us a test project to reproduce the problem.

Posted: Mon 17 Nov 2008 12:04
by matthieu de graaf
My apologies. You were absolutely right. I overlooked the event.

Regards,

Matthieu