Re: TADOTable Error without persistent fields



I am using Oracle. I agree with you abuot using TADODataset or even
TADOQuery instead of TADOTable, but wath if in any moment I need to use (or
it is not relevant to use one or other for the performance) a TADOTable...
why the error? the point here is that I am getting an error I don´t get with
any other "Table" component (TTable, TSQLTable).

Cristian P.


.



Relevant Pages

  • Re: ADOQuery or ADOTable?
    ... TADOQuery is ok for querys, but as TADODataset has all the ... > features, ... As per Delphi Help. ... TADODataSet is not capable of issuing Data Manipulation Language SQL ...
    (borland.public.delphi.database.ado)
  • Re: slow refresh of mysql datasets via ADO
    ... the nasty habit to try to load the whole table data. ... TADODataset instead. ... I already got rid of the table. ...
    (borland.public.delphi.database.ado)
  • Re: Changing DB with TADOConnection
    ... >to the new DB and can even oepn up a TADOQuery and manipulate it. ... >However, when I then go to open a TADODataset, I get either a "stack ...
    (borland.public.delphi.database.ado)
  • Re: ADOQuery or ADOTable?
    ... a TADOQuery must be used for DML. ... > TADODataSet is not capable of issuing Data Manipulation Language ... > (DML) SQL statements that do not return result sets (like DELETE, ... could be seen as personal POV. ...
    (borland.public.delphi.database.ado)
  • Re: Changing DB with TADOConnection
    ... >ok I switch the TadoDataset to a TadoQuery and I am testing with D5 ... >No problem with previously posted code ... Hmmm, I wonder if it has to do with multiple ado datasets. ...
    (borland.public.delphi.database.ado)