Demonstrates how to use the TaminoDataAdapter class of the Tamino API to fill a dataset
with Tamino XML data in read-only mode. The dataset schema is inferred from the XML data.
Demonstrates how to use the TaminoDataAdapter.FillSchema method to define tables
and columns in a dataset. The dataset is then filled with data from Tamino
in read-only mode and bound to a DataGrid control.
Depending on the schema specified in the FillSchema method,
the dataset may hold only a subset of the data queried from Tamino.
Demonstrates how to use TaminoDataAdapter events to control the updates.
Tamino URL, Tamino collection and the XQuery expression for filling are read from
the Windows form.