How to retrive PDF Binary data from sqlserver and save to PDF file using VC++ ?
our code is:
qry="select document from emptable where empno=1"//document field is image datatype
crs->Open(CRecordset::snapshot,qry,CRecordset::readOnly|CRecordset::executeDirect);
Bookmarks