how to store images contained in a picture box control or image control or image edit control into oracle database
krr
Printable View
how to store images contained in a picture box control or image control or image edit control into oracle database
krr
how I do it:
use SavePicture to save the contents of the picturebox to a file
read that file and write it to the database using AppendChunk method.