Is it possible to retrieve and insert the same image to MySql DB?
MySqlCommand cmd2 = new MySqlCommand("INSERT INTO images (Image) VALUES (Select Image from images where Image_ID='48')", con);
Image_ID is int autoincrement.
Image is BLOB;
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Aug 8, 2016, 4:09 AM