CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: medwrite

Search: Search took 0.02 seconds.

  1. Re: How to Retrive PDF Binary data from sqlserver

    Thank you for reply,

    we have do as per your suggestion

    GetFieldValue( LPCTSTR lpszName, CDBVariant& varValue, short nFieldType = DEFAULT_FIELD_TYPE );

    CLongBinary* binarydata =...
  2. How to Retrive PDF Binary data from sqlserver

    Dear All,

    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...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured