Mydac 5.00.1.6 no longer support TBlobField??
Posted: Fri 27 Apr 2007 06:37
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
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