How to read a VERY long VAR datatype

jensthomsenjensthomsen Member Posts: 173
Hy. I have to read from a Variant datatype. I know it is of type string, but my problem is, that it is VEEEEEERY long (> 10000 charactes)! How do I do this? I think I have to use Streams and maybe the virtual 'TempBlob' table....but how do I combine these things??

Comments

  • jensthomsenjensthomsen Member Posts: 173
    Or to put it differently: How can I stream a Variant datatype into a BLOB field?
Sign In or Register to comment.