Is it possible to create all Fields of a TOracleDataset select-statement at runtime?
At design-time I double click on the TOracleDataset and click on the right mouse button at the open window. Then I`ll could choose "Alle Felder hinzuf
At runtime all fields will implicitly be available, unless you have added only some persistent fields at designtime. You can access the fields through the Fields[Index] array property.
In my application there are 15 other programmers who make changes at the sources. So it could be that someone add a column e.g. at the second place and then I`ll don`t get the searched value.