columnchanged event in datatable for data validation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
matthieu de graaf
Posts: 18
Joined: Wed 14 May 2008 12:13

columnchanged event in datatable for data validation

Post by matthieu de graaf » Fri 14 Nov 2008 15:23

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 17 Nov 2008 09:01

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.

matthieu de graaf
Posts: 18
Joined: Wed 14 May 2008 12:13

Post by matthieu de graaf » Mon 17 Nov 2008 12:04

My apologies. You were absolutely right. I overlooked the event.

Regards,

Matthieu

Post Reply