I'm using the camera control to create jpeg images and then writing those jpeg files to a SQL Server db in a varbinary(MAX) column. The data is stored as a long text string looking like: "0xFFD8FFE000104A46494600010101....." . When reading the binary jpeg info back into a PA app screen, all is fine, the image displays.
But reading that same binary jpeg info into an image control in Access does not work.
Anyone have any suggestions or tips?