Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Transposing Tables
Grids were not really designed to do this. If the number of rows is small
you can just use add item and transpose it in code.
Grid windows are designed to scroll up and down (i.e. There are events to fetch rows when scrolling up and down) not left and right.
SDR wrote:
> Hi all!!,
>
> Iīm currently working with VB6 and ADO2.1, and I would like to include a
> grid in my app (as well a Datagrid, as a MSFlexgrid: I donīt care).
>
> But my problem is that I want to transpose a table obtained from Oracle
> (columns as rows and rows as columns).
>
> Can someone help me?
>
> Thanks in advance,
>
> Seba
Received on Sat Sep 25 1999 - 18:20:12 CDT
![]() |
![]() |