Subject Re: [IBO] Howto manually update control when detail dataset changes
Author mirco@intellitec.de
No, but thanks

A stored procedure doesn't help due to two reasons:
(1) the number of columns to return is not known, SPs need to return
a fixed number of columns
(2) it doesn't address the problem when to put the data of the detail
query (no matter whether "select" or stored proc) into the
visualization control.

Mirco