G
Guest
I have a typed DataSet and I execute the Select Methd on one of the DataTables.
Later I have to assign the first row returned by this Select (which is a
plain, untyped DataRow) to a typed DataRow variable. I use cast, but it fails
at runtime: "Specified cast is not valid".Is there any way around? Am I doing
something wrong?
Later I have to assign the first row returned by this Select (which is a
plain, untyped DataRow) to a typed DataRow variable. I use cast, but it fails
at runtime: "Specified cast is not valid".Is there any way around? Am I doing
something wrong?