Hi,

sorry but are you talking from a client or from the adapter point of view?

From the adapter point of view, keep in mind that Lightstreamer kernel never knows how many fields the adapter can provide. Ideally the adapter should always send all the available fields to Lightstreamer kernel, btw you can add a field to the update flow whenever you want.
Please remember that the adapter's subscribe call for a certain item is issued only when the first client subscribes to that item, and the unsubscribe is called when the last client unsubscribes from it.


from a client point of view there is no way to change the schema of a table; you have to unsubscribe your table and resubscribe a table with a different schema.

HTH