UPDATE TABLE1 SET TABLE1.IMG = 0x549B4C756E30EE4E6297015FEB58 WHERE ID = 1
Dim bin As Byte() = System.IO.File.ReadAllBytes("C:\temp\test.bmp") Dim hexString As String = "0x" & System.BitConverter.ToString(bin).Replace("-", "")