RhinoBull, since you seem to be a guru in that field, my question is primarily aimed at you .......

I have a PictureBox filled with random colored pixels.

SavePicture pic1.Image, "c:\test\test.bmp" worked great. So I can now save test.bmp into a database. But what if I wanted to skip that step, and save the PictureBox *DIRECTLY* into my database... Can that be done?

I would appreciate to avoid saving the picture to disk first.

Thanks