Hi,
I need to add some columns to a dataset at runtime via Java.
I able to get to the dataset, via .findDataset() method.
I can also set columnHints via StructureFactory.createColumnHints()
But how do I add the actual result set definition for newly created columnHints().
I tried to play with CachedMetaData and ResultSetColumn but that led nowhere - I am getting nulls instead of expected List.
Anyone had luck adding columns at runtime to a dataset?