MyDAC

TMyCommand Class

A component for execution of SQL statements and stored procedures which do not return rowsets.

For a list of all members of this type, see TMyCommand members.

Unit

MyAccess

Syntax

TMyCommand = class(TCustomDASQL);

Remarks

Use TMyCommand to access database server using SQL statements.

TMyCommand object in a client application is used mainly to execute SQL statements on database server. SQL statement should not retrieve records from a database since TMyCommand does not provide storage for returned data.

Inheritance Hierarchy

TCustomDASQL
   TMyCommand

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback