Click to See Complete Forum and Search --> : visual Basic Coding


krupeshreddy
July 18th, 1999, 03:10 PM
how to store images contained in a picture box control or image control or image edit control into oracle database

krr

Lothar Haensler
July 19th, 1999, 01:30 AM
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.