I am trying to extract image from database into picture box my code is
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
cnn = New OleDbConnection(strCn)
Dim stream As New MemoryStream()
cnn.Open()
Dim command As New OleDbCommand("select img from llr where llrno = '"