Hello Mr.Thearon,
First, Thanks for the thorough explanation.
I encounter a problem with inserting image into database.
I define a DataColumn in the dataset with byte data type "BL Component" & image data type in SP "Data Access Component"
I convert the image to array of bytes and pass it to a dataset.
Code:
'objDataColumn = New DataColumn("Photo", Type.GetType("System.Byte"))
'objDataTable.Columns.Add(objDataColumn)
The problem is "cannot convert from byte() to byte"
Hope you can help
Ahmed