When i try this code:
myBlob := mydata.mail_qry.FieldByName ('m_body') as TBlobField;
memo1.Lines.Add('blobsize'+inttostr(myBlob.BlobSize));
the result is always zero, and the field is not zero.
I tryed some old programs i made that is using the same statmens. They worked fine. Then I recompiled with mydac 5.0016 and then they to stop working.
/Pär
Mydac 5.00.1.6 no longer support TBlobField??
I could not reproduce the problem. I tested BLOBs larger than 4.5 MB.
Please send me a complete small sample at evgeniyd*crlab*com to demonstrate it, including script to create and fill table.
Also supply me the following information:
- exact version of Delphi or Kylix;
- exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor.
Please send me a complete small sample at evgeniyd*crlab*com to demonstrate it, including script to create and fill table.
Also supply me the following information:
- exact version of Delphi or Kylix;
- exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor.