Results 1 to 4 of 4

Thread: COM Recordsets - Urgent

  1. #1

    Thread Starter
    Fanatic Member Mindcrime's Avatar
    Join Date
    Jun 2001
    Location
    Peterborough, UK
    Posts
    555

    COM Recordsets - Urgent

    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?
    Mindcrime : )
    ICQ 24003332

    VB 5.0, VB 6.0 SP5, COM, DCOM, VB.NET Beta 2, Oracle 8

  2. #2
    Junior Member
    Join Date
    Aug 2001
    Location
    Netherlands
    Posts
    19
    Is the problem the recordset or how to fill the grid control?

  3. #3

    Thread Starter
    Fanatic Member Mindcrime's Avatar
    Join Date
    Jun 2001
    Location
    Peterborough, UK
    Posts
    555
    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?
    Mindcrime : )
    ICQ 24003332

    VB 5.0, VB 6.0 SP5, COM, DCOM, VB.NET Beta 2, Oracle 8

  4. #4
    Junior Member
    Join Date
    Aug 2001
    Location
    Netherlands
    Posts
    19
    not too sure if this is what you mean, but hope it helps.. if not I don't really understand what you mean.

    Cheers
    Attached Files Attached Files
    Go hard or go home...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width