Re: TADOStoredProc




However you would be more inline with design of Borland ADO components if
you
used TadoDataset and TadoCommand instead of TadoStoredProc or TadoQuery

For my curiosity: what do you by being more inline using TADODataset and
TADOCommand?

TadoStoredProc and TadoQuery are intended to match up with the properties of
TStoredProc and TQuery. These are Borland's BDE components shipped with the
first version of Delphi.

Those properties did not mach up well to ADO properties. TadoDataset and
TadoCommand do. The properties used in these Tdataset desendants also match up
closer to other recent Borland Tdataset defendants.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • Re: TADOStoredProc
    ... TadoStoredProc and TadoQuery are intended to match up with the properties ... TadoCommand do. ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... and events to TADOQuery, TADOStoredProc, TADOCommand and TADODataSet. ...
    (borland.public.delphi.database.ado)
  • Re: Use query or stored procedure
    ... but I'd recommend the tADODataset instead of the tADOQuery. ... > Since the SQL is an insert statement and returns no records a TadoCommand ...
    (borland.public.delphi.database.ado)
  • Re: ADOConnection TimeOut 30 second, no way to change it ???
    ... TadoStoredProc. ... Use a Tadocommand or TadoDataset and set the commandtimeout ...
    (borland.public.delphi.database.ado)
  • 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)