كود PHP:
Dim ArrImage() As Byte
Dim NmImage As String
Dim Ms As New IO.MemoryStream
If Not IsNothing(PictureBox_pro.Image) Then
PictureBox_pro.Image.Save(Ms, PictureBox_pro.Image.RawFormat)
ArrImage = Ms.GetBuffer
NmImage = "?"
Else
ArrImage = Nothing
NmImage = "NULL"
End If
If TextBox_Name.Text = "" Then
MsgBox("Please Enter Product", MsgBoxStyle.Exclamation, "Warning")
Else
cmd.Connection = con
cmd.CommandText = "Insert Into Products (Pro_Name,Pro_Description,Pro_Image,Buy_Price,Sell_Price,Cata_ID,AM_ID,SN_ID,Barcode) values ('" & TextBox_Name.Text & "','" & TextBox_descrip.Text & "', @Pro_Image,'" & TextBox_buy.Text & "','" & TextBox_sell.Text & "','" & COMcate.SelectedValue & "','" & COM_AM.SelectedValue & "','" & COM_SN.SelectedValue & "','" & TextBox_barcod.Text & "')"
cmd.Parameters.Add("@Pro_Image", SqlDbType.Image).Value = ArrImage
con.Open()
cmd.ExecuteNonQuery()
con.Close()
MsgBox("Done addition was successful", MsgBoxStyle.Information, "successful")
End If
empty()
السلام عليكم
استخدمت هذا الكود حته اضيف صورة الى قاعدة البيانات من اسوي اضافة اول مرة تنضاف عادي بس من ارجع اسوي اضافه مرة ثانية ميصير يطلعلي هذا الخطأ وميصير اضيف اكثر بعد