CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    5

    Oracle Objects for OLE

    Hi, How I can I associate a dynaset created using OO4O to a grid control (third party or native)? If I have an Oracle table having three columns and about 20 rows, I want to be able to present about 10 rows on the form using a grid control.
    Thanks in advance
    Rajan


  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: Oracle Objects for OLE

    I used Oracle Objects For OLE a few Years back, and I was never able to bind it to a Grid or Any other Control.
    In the End I just Filled a Grid Myself and it was just as Fast.
    Use something like the MSFlexGrid then you can add each Row in One Go Using the AddItem Method and Chr(9) to Delimit the Fields.

    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

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

Featured