|
-
November 19th, 1999, 07:04 PM
#1
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
-
November 20th, 1999, 12:32 PM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|