Hi
I have a table(typeImage) which stores id and image in binary format.In another table(type) I have id and type,description.
The id in type can have more than one image in typeImage. If i give id i want to retrieve the list of images. For ex : In the type table id = 34.
in typeImage the image numbers are 2,6,5
When i give the id = 34 I want to get the values 2,6,5
How to get it? I have been struggiling but no result.
Thanks