Click or drag to resize
IDatabaseConnection Properties

The IDatabaseConnection type exposes the following members.

Properties
  NameDescription
Public propertyChanges
Returns the number of database rows that were changed, inserted or deleted by the most recently completed IStatement.
Public propertyIsAutoCommit
Returns true if the given database connection is in autocommit mode,
Public propertyIsReadOnly
Returns true if the database connection is readonly.
Public propertyLastInsertedRowId
Returns the rowid of the most recent successful INSERT into a rowid or virtual table.
Public propertyTotalChanges
Returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the database connection was opened.
Top
See Also