Storing Images into database
Hi.
I am developing an MFC based application which will store the images into the SQL Server database.
Since the application is a client server i want to store the images into the database not the image path. And also i don't want to share the image.
My problem is can i insert an image into database just by giving its full path, if so please explain me how to do this. I am using ADO.
|