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.
TMyCommand = class(TCustomDASQL);
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.
TCustomDASQL
TMyCommand