J
John
Hi
I am getting the 'Operator is not valid for type 'DBNull' and string "".'
error on the following line;
If (mydatatable.Rows.Item(I).Item("Forenames") Is System.DBNull.Value) Then
' 'I' is the loop variable from 0 To mydatatable.Rows.Count - 1.
Any ideas on what is the reason for this error?
Thanks
Regards
I am getting the 'Operator is not valid for type 'DBNull' and string "".'
error on the following line;
If (mydatatable.Rows.Item(I).Item("Forenames") Is System.DBNull.Value) Then
' 'I' is the loop variable from 0 To mydatatable.Rows.Count - 1.
Any ideas on what is the reason for this error?
Thanks
Regards