Search:

Type: Posts; User: JavaPF

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Need to display multiple images from database on a webpage.

    Glad you solved your problem :) I will mark this thread as solved.
  2. [SOLVED] Re: Need to display multiple images from database on a webpage.

    Hello raghuprasad,

    I think you should be able to change the query to get the results you need.

    Try this:



    rs1 = st1.executeQuery("select image from pictures where id in(5,6,7)");
    ...
Results 1 to 2 of 2