OraQuery

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MagicMaggi
Posts: 1
Joined: Fri 06 Nov 2009 13:03

OraQuery

Post by MagicMaggi » Fri 06 Nov 2009 13:22

Hi Forum,

i want to configure the oraquery dynamically in code.
I set the SQL and now i want to configure the fields.
What should i do to get the fields defined in the SQL-Statement?

I only want to set things like width, visible a.s.o.

I did this before, but i dont know the way anymore...
which procedure do i have to call to get the Field Defs?

Any hint is welcome.

Greetings

Markus

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 09 Nov 2009 08:18

Find the TDataSet.CreateFields procedure in the DB unit and copy it to your code.

Post Reply