I have a Access database. The table are link tables. They link to SQL database. I have a table called Images. It has ID, Account_No,Image_name, Image_Type and Image_data columns.
Image type has type of file. All files are PDF so it contain value "application/pdf". Image_data has actual file in...