Subject | Re: [IBO] retrieving a blob field |
---|---|
Author | Markus Ostenried |
Post date | 2003-05-24T12:43:48Z |
Peter,
have you tried using AssignTo ?
e.g. IB_Query_Templates.FieldByName('TEMPLATE').AssignTo(Storage);
You said "text blob" - with IBObjects you can read/write columns defined as
"MemoColumn BLOB SUB_TYPE TEXT" using FieldByName('MemoColumn').AsString.
Also have a look at the example code in the help for
TIB_Statement.CreateBlobStream.
HTH,
Markus
have you tried using AssignTo ?
e.g. IB_Query_Templates.FieldByName('TEMPLATE').AssignTo(Storage);
You said "text blob" - with IBObjects you can read/write columns defined as
"MemoColumn BLOB SUB_TYPE TEXT" using FieldByName('MemoColumn').AsString.
Also have a look at the example code in the help for
TIB_Statement.CreateBlobStream.
HTH,
Markus