F
Frank
This is probably an easy question for you experts to
solve: I'm trying to extend the datatable type
Private Class MyDataTable
Inherits DataTable
End Class
Sub Test
Dim mTbl as New MyDataTable
mTbl = GetData
End Sub
This code generates an 'Specified cast is not valid' error
Help me please!
solve: I'm trying to extend the datatable type
Private Class MyDataTable
Inherits DataTable
End Class
Sub Test
Dim mTbl as New MyDataTable
mTbl = GetData
End Sub
This code generates an 'Specified cast is not valid' error
Help me please!