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?
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?
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