How to retrieve the images from mysql database using c++ connector?
I am using the mysql server in linux. i need to retrieve the images from mysql database. I am inserting images using the data format blob but I can not retrieve the images from db using mysql c++ connector.