I have a tinyint column in the database and I wish to convert it to Int32 for an SqlDataReader.
tinyint
Int32
SqlDataReader
How do i go about it?
Use "SByte" works every-time For handling the Tiny Int problem