I want to create a table with one of the columns to be able to store text and possibly graphics(print Screen) is this possible with one of the data types in DB2?
I see the available data types I can choose from and I would guess VARGRAPHIC would do this for me but can't find anything to support my assumption, I also noticed there is a GRAPHIC, BLOB, CLOB, and DBCLOB types. Can someone please suggest how I should handle this best and if possible.