I have so far managed to insert a single record into my Oracle database using COM.
I have a good idea how to select a single record back, but how do I select back multiple records and pass them to a Grid Control?
Printable View
I have so far managed to insert a single record into my Oracle database using COM.
I have a good idea how to select a single record back, but how do I select back multiple records and pass them to a Grid Control?
Is the problem the recordset or how to fill the grid control?
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?
not too sure if this is what you mean, but hope it helps.. if not I don't really understand what you mean.
Cheers