I'm trying to figure out if the new tableblob feature in the classic PB 12.5 datawindow meets my needs. Basically, I have two tables:
TABLE A (ID, FNAME, LNAME)
TABLE B (ID, PHOTO (image type))
I need to join table A with B on ID and show ID, FNAME, LNAME, and PHOTO (as an image) in a tabular dw (multiple records).
I've played around with tableblob and the documentation is... sparse. Can it do what I need it to do?