[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TSQLConnection.Options

Options to observe for this connection.

Declaration

Source position: sqldb.pp line 256

published property TSQLConnection.Options : TSQLConnectionOptions
  read FOptions
  write SetOptions;

Description

Options can be used to control the behaviour of SQLDB for this connection. The following options can be set:

scoExplicitConnect
When set, the connection must be explicitly made. Default behaviour is for TSQLQuery to implicitly open the connection as needed.
scoApplyUpdatesChecksRowsAffected
When set, whenever an update SQL Statement is executed during ApplyOptions of a dataset, the TSQLStatement.RowsAffected is checked and must be equal to 1.

See also

TSQLQuery.ApplyUpdates

TSQLStatement.RowsAffected

TSQLQuery.RowsAffected


Documentation generated on: Nov 14 2015