Recent content by Marco

  1. M

    Cannot Edit in DBGrid

    SOLVED: just put a rowid in the query and the data in the DBGrid is editable :) so SELECT rowid, *.tablename from tablename does the trick
  2. M

    Cannot Edit in DBGrid

    Hello all, question: i have a dbgrid that is connected to the Delphi Component DataSource. The DataSource is connected to the DOA OracleDataSet Component and this component is connected to the DOA OracleSession component. When i set Connected to true and Active to True the DBGrid displays the...
  3. M

    DOA and Delphi 8

    thx for the reply
  4. M

    DOA and Delphi 8

    Hello, question when is DOA for Delphi 8 going to be released or is it possible to load the components for Delphi 7 into Delphi 8, i tried but i didn't succeeded, please help. Thx Greetz Marco
Back
Top