Hi!

I have a SQLserver table with a field whose datatype is Image.
I have a form with a Picture bound to this
table field.
When I´m in AddNew or Update and I load the Image
(LoadPicture) I can see my image in the form.
But when i update the register, the image is lost.
How can I avoid this? Maybe Must I load the image with GetChuck?

Thank you