Not really, i may not be asking the right question.

Basically what i am trying to do is change the stock list demo in java from from the external feed simulator to a real database feed.

it doesn't have to be as complicated as the demo just updating a couple of records from the db would be fine for now.

table row 1 field one: update me with record one
table row 2 field one: update me with record two

I the database demo it shows how to update only one record using the subscribe function.

what i need to know is how to update multiple records using the subscribe function.

i may just be missing the concept of how subscribe works?