Hello,
I have a database with two tables master and detail, what I want is how to insert in the detail a blob file.
Code:Try Me.BindingContext(DataSet71, "Scan").EndCurrentEdit() Me.BindingContext(DataSet71, "Scan").AddNew() Catch eEndEdit As System.Exception System.Windows.Forms.MessageBox.Show(eEndEdit.Message) End Try


Reply With Quote

