MyDAC

TCustomDASQL.Execute Method

Executes a SQL statement on the server.

Class

TCustomDASQL

Syntax

procedure Execute; overload; virtual;

Remarks

Call the Execute method to execute a SQL statement on the server. If the SQL statement has OUT parameters, use the TCustomDASQL.ParamByName method or the TCustomDASQL.Params property to get their values. Iters argument is ignored.

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