Registriert seit: 3. Mai 2003
140 Beiträge
Delphi 2006 Enterprise
|
Re: ORACLE. Blob vom Typ String aus dem ClientDataSet schrei
10. Nov 2003, 20:22
Hallo,
einfach mit:
Delphi-Quellcode:
var
Value: string;
begin
Value := DataSet.FieldByName('BlobField').AsString;
end;
"... we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we don't know. But there are also unknown unknowns - the ones we don't know we don't know."
|