Hi,

i have to write and read Blob Data from an SQL-Server Database.
Currently i do this with a Stream by Saving and Loading the data to a local File ( usualy a temp-file ).

As the Blob Data aren't very huge ( about 8kB ) i ask myself if theres a direct way to write and read the data.

I tried Stream::Read but this doesn't work. The resulting variant is always empty.

Any ideas?
Thank you very much,
Matze