Hello,
In nettiers we have :
Tlist for tables + Tlist for its custom stored procedures.
Vlist for views and for procs returning having the same resultset as for the view.
But very often we use stored procedures to do some custom logic and return a resultset.
We have several procedures for the logical entity, return different resultsets. So using views and custom procs on views doesn't go for us.
Could it be possible to be able to select SourceCommands and for those generating a VList, just like for a view?
tx