Hi to all
I have inserted .bmp files to Oracle DB with Delphi7. There is "save to file"
option in Toad when on double click blob field. Now I want to save blob data to disk on Delphi7. How do we do it?
Thanks in advance.

BLOB is a stream of binary data.

You need to read from DB and reconstruct the file from binary stream and use the file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.