-6

I need to insert pictures into a database and I don't know how to write the SQL command to do so.

How can I do it?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

Refer this link

you need to convert your image to byte array and store it into database column and whenever you fatch that byte and generate image on that byte

Jasmin Solanki
  • 369
  • 7
  • 26