I\'m trying to populate a listview with varBinary(max) values. Well, I actually need to write each varBinary into a csv file and the table consists of
varBinary(max)
varBinary
this is other option and work fine
dim path as string = "c:\myFile.pdf" Dim data As Byte() = TB.Rows(0)("documento") Dim f As System.IO.File f.WriteAllBytes(path, data)