Hi

Hi
Can you tell me how can i save PDF file to MS SQL Table in Delphi 10.1 ?

Comments

  1. Giving Error saying BITMaP image not valid

    ReplyDelete
  2. Jude De Silva Change your data type to varbinary(max).

    ReplyDelete
  3. On the blob field, you must crate a blob stream, and load t from file.
    I do not have delphi right now, but something
    With http://field1.createblobstream do
    Try
    Loadfromfile(filename);
    Finally
    Free;
    End;
    http://Table1.post;

    Sorry, i write from phone, please correct the syntax errors :)

    ReplyDelete

Post a Comment