Ok so im reading int values from an sql database but then the "Executor" comes back as a hex value and it is declared as a int value in sql..all the bit field values i have comes back correctly accept the int values.
can someone help me ons this, what do i have to check for or what am i doing wrong
While objDataReader.Read()
cmbExecutor.SelectedItem.Value = objDataReader("Executor")
End while