Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLConnectionOption

Connection handling options.

Declaration

Source position: sqldb.pp line 180

type TSQLConnectionOption = (

  scoExplicitConnect,

  

Require explicit connection to the database (default is implicit).

  scoApplyUpdatesChecksRowsAffected

  

ApplyUpdates will check that the RowsAffected is 1 after an update.

);

Description

TSQLConnectionOption enumerates several options that can be set for TSQLConnection instances using TSQLConnection.Options


Documentation generated on: Jul 24 2023