I'm trying to create a very simple gallery, with comment system.
I have one table named Photo, which contains a field named MyImage defined as Attachemt.
I also have one table named Comments, with the field MyText defined as Text.
I want to show the results in a form, just like a typical...