have a good time
i puted a file int the database with varbinary(max) type.
now i want to load the file from the database in the my app. i work with visual C++ 2013.
i know that how open and connect to database with VC just i don't know can i extract the data from that.
i heard that i should work with CBinaryArray or CBinaryLong. Is it correct?
please help me