| Subject | How to pass a stream into a blob field? | 
|---|---|
| Author | Arn | 
| Post date | 2003-04-21T20:37:37Z | 
Hi all.
I am dealing with the now open source Lock Box of Infopower.
The RSA component has a property StoreToStream eg
Var
TS :TStream;
..... snip .....
RSA.PublicKey.StoreToStream( TS );
So I have the keys stored in a TStream object. The problem rises when I must pass the contents of TS to a blob field
declared as SUBTYPE 0.
I have read the previous mail regarding blob, but no light.
Please, someone wants help??
TIA
Ciao
Arnaldo
[Non-text portions of this message have been removed]
            I am dealing with the now open source Lock Box of Infopower.
The RSA component has a property StoreToStream eg
Var
TS :TStream;
..... snip .....
RSA.PublicKey.StoreToStream( TS );
So I have the keys stored in a TStream object. The problem rises when I must pass the contents of TS to a blob field
declared as SUBTYPE 0.
I have read the previous mail regarding blob, but no light.
Please, someone wants help??
TIA
Ciao
Arnaldo
[Non-text portions of this message have been removed]