muthiahr
November 19th, 1999, 06:04 PM
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
Aaron Young
November 20th, 1999, 11:32 AM
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
adyoung@win.bright.net
aarony@redwingsoftware.com