Hello All,

I started with this exemple
http://forums.lightstreamer.com/show...a-Adapter-Java
but i got a problem with the cursors because the stmt and rs are never closed.
I ve added them and right now it works fine.

My first objective is to show the content of two tables on the same Web page. In my table rows are added and deleted. When one row is added in the table in added in the static -grid too, but when it s deleted, the row is still present in the webpage, why?
If i want to extend the exemple inserting multiple rows into the adapter, how to do that?
If i want to extend the exemple adding a second statement on another table, what is your suggestion?


Thanks in advance