Hi
When I try the example code from the Language Reference:
// rs is a RecordSet with a picture column called "ProductImage" Dim productImage As Picture productImage = rs.Field("ProductImage").PictureValue(Picture.FormatJPEG)
I get a compilation error: "This is not an array but you're using it as one
"
It works fine if I remove the (Picture.FormatJPEG)
Any one any thoughts?
Thanks
Chris