entry level

entry level

  • NA
  • 30
  • 2.1k

How to get all the image id when id is provided

Jul 4 2021 7:31 PM

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


Answers (6)