Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BLOB

Status
Not open for further replies.

EscapeUK

Programmer
Jul 7, 2000
438
GB
I have a bmp file and need to store it in a oracle database table in the format of BLOB how do i do this ?
 
hey there.
I've used blob to do something similar, but on MS Access. I suppose the procedure would be similar.
You'll have to use the getchunk/Appendchunk methods.

Anyway you can check some sample code and explanations:

-Sample Functions Demonstrating GetChunk and AppendChunk:


-Use ADO GetChunk/AppendChunk with Oracle for BLOB Data:


Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top