Hi all...
I have a table image in SQL server database having two columns ID and Image (Datatype image). I have saved an image in SQL server database. Now i want to retrieve it from database and display in mfc project.I am using ADO recordset with DSN less connection.
I have an idea that "you have to copy the jpeg as bytearray to a MemoryStream. From that stream yo shall be able to load the JPEG."
but how i can copy JPEG from database to memory strem in mfc.
Pls Help...Its urgent........
I have a table image in SQL server database having two columns ID and Image (Datatype image). I have saved an image in SQL server database. Now i want to retrieve it from database and display in mfc project.I am using ADO recordset with DSN less connection.
I have an idea that "you have to copy the jpeg as bytearray to a MemoryStream. From that stream yo shall be able to load the JPEG."
but how i can copy JPEG from database to memory strem in mfc.
Pls Help...Its urgent........