S
szgh
Unregistered / Unconfirmed
GUEST, unregistred user!
我使用以下代码读取,发现原字段中是BMP对象,而读出的是包对象,请各位解决如何正确读取.
tOle := TOLEContainer.Create(self);
f := TBlobField(adot.FieldByName('ole'));
f.SaveToFile('tmp');
tOle.CreateObjectFromFile('tmp',false);
tOle := TOLEContainer.Create(self);
f := TBlobField(adot.FieldByName('ole'));
f.SaveToFile('tmp');
tOle.CreateObjectFromFile('tmp',false);