Re: TADOStoredProc



"Brian Bushay TeamB" <BBushay@xxxxxxxxx> skrev i meddelandet
news:qerlg35fslgp1eaon85upj794feaibpr7g@xxxxxxxxxx

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?

/Niklas


.



Relevant Pages

  • Re: TADOStoredProc
    ... used TadoDataset and TadoCommand instead of TadoStoredProc or TadoQuery ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... From D2006 the SQL is of type TWideStrings class. ... if they will use TADOCommand & TADODataSet. ... TADOCommand & TADODataSet usage will give you more explicit / natural control on recorset manipulations, briefcase model, persistence, ... ASA, Interbase/Firebird, DbExpress, ODBC data access engine ...
    (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: need stored procedure help
    ... I am using a TAdoDataset to run an MS-SQL stored procedure. ... >I'm using it instead of the TAdoStoredProc because it has a commandtimeout ... If your stored proc doesn't return any values, ... which the TAdoCommand is using to connect to ...
    (borland.public.delphi.database.ado)
  • SQL Server User Defined Functions
    ... How can I use an ADO component (either TADODataset or TADOCommand) to access ... a user defined function contained in a SQL server database? ...
    (borland.public.delphi.database.ado)