Hi Experts,
I have two tables.
In which one table has column as "rowheader" datatype bit,
another table has column as "rowheader" datatype tinyint,
In C# code,
int OutputColumnHeader;
OutputColumnHeader = (dr.GetBoolean(11) ? 1 : 0);
if we pass second table means it throws "not a valid cast" error.
Please help.
Thanks,
Murugavel S
Regards,
Murugavel S
murugavel.sadagopan@gmail.com
http://murugavelmsc.blogspot.in/