Dear all,
I have a table in SQL which consists of 3 columns:

Id | Code | Image

I can have in it different images with the same Code. Sorting by id, I would like to be able to select just the "first-four" images to display them in four pictureboxes in my form.

How could I handle this?

Thanks for suggestions,
A.