I have got the following working using JDBC and MySQL

http://www.lightstreamer.com/vb/show...p?t=231&page=2

Somebody commented on the example:

Quote:
Originally Posted by gerard
I don't see in the code why it just reads the "first record" - isn't it looping over the entire record set and sending them all.

Because in this example we suppose that the first record maps a subscribed item. So, each change in this record is pushed to the clients. In real-world scenarios, you could have different mappings.

I've looked through all the examples an example that i can only update a couple of records

is there anywhere in the documentation that explains how to update a couple of records or explains mapping records and how to use them.

thanks.
Scott