I looked at creating a class query, but the ROWSPEC parameter that would
give me back some really useful data is set at compile time. Is there a
way to set the information sent back from ROWSPEC at runtime?
A potential solution would be to create a class that behaved in the
manner that I would like. For example, MyMvResultSet would have a place
to feed it the query that would execute and generate a list of keys. I
would then have a property where I would specify the attributes that I'm
interested in and the column header to give that attribute.
That all seems very doable, but I want to make sure that I'm not
reinventing the wheel by doing this.
Jason
I've worked with MV and this will help us so much. However, is it possible to define criteria for the query?
If it is possible, what should I do to pass parameters and how could I call the query that I created passing parameters?
Thanks.