We have a timestamp type column in our table.
I am trying to retrieve that is vb.net using data reader.
datareader.GetValue(dr.GetOrdinal("timestamp")).ToString()
It is not showing the value from the database. How should I retrieve the value? or how to cast it correctly?