Re: TADOStoredProc



"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:ns2og39tlr33bvrvqbos0uojjuqeced7ju@xxxxxxxxxx

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.

Hi,

I'm not sure what you mean by "do not match up well"? We have a large client
suite that excusively uses TADOQuery and TADOStoredProc components for
database access. We don't appear to have any problems with the components
and they are easy-to-use.

Thanks

Nigel Jones


.



Relevant Pages

  • Re: TADOStoredProc
    ... and events to TADOQuery, TADOStoredProc, TADOCommand and TADODataSet. ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... used TadoDataset and TadoCommand instead of TadoStoredProc or TadoQuery ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... If the underlying dataset (TADOStoredProc, TADOQuery, TADODataSet, etc) is ... FErrorMsg:= 'Unable to refresh term lookup due to ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... database access. ... TAdoQuery sets the SQL using a Tstringlist while TadoDataset uses ... While both can set the SQL in the underlying ADO dataset there is a performance ...
    (borland.public.delphi.database.ado)
  • Re: Truncated Blob Field in TADOQuery
    ... I used a TADOStoredProc instead and the problem went away. ... suspect that ti has to do with the manner in which TADOQuery handles ... and pumping it down into a MS SQL db locally. ... > of the parameter in the TADOQuery component before calling the ExecSQL ...
    (borland.public.delphi.database.ado)