Currently I have single properties being set to their database fields within my class object and my client application can use these.
I know how to return the query back from Oracle.
What I want to do is to have my client pass a value or values to a procedure or fucntion or something within my class.
It queries the database, and returns a set of properties, references or exposes a data source of something, which I can use in a grid.
The question is how do I return multiple records back to my client app using COM?