PgDAC

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 specifies the number of times this statement is executed for the DML array operations.

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