in the Northwind demo database there is a field called picture in the Table called categories

How can you display one of these pictures (hopefully in a picturebox on a form)?

Note I have already tried linking a picturebox datafield property to the picture field, but I get a message that it is not a recognizable format (ie no bmp, jpg, etc extension)