Click to See Complete Forum and Search --> : COM Recordsets - Urgent
Mindcrime
Aug 24th, 2001, 03:29 AM
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?
EricW
Aug 24th, 2001, 05:09 AM
Is the problem the recordset or how to fill the grid control?
Mindcrime
Aug 28th, 2001, 06:01 PM
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?
EricW
Aug 29th, 2001, 03:43 AM
not too sure if this is what you mean, but hope it helps.. if not I don't really understand what you mean.
Cheers
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.