Search notes:

System.Data.Common.DbTransaction (class)

An instance of System.Data.Common.DbTransaction (or one of its derived classes) allows to commit or roll back a pending transaction.
Such an object is returned by calling BeginTrasaction() on an object that derives from System.Data.Common.DbConnection.
The two important methods of DbTransaction are Commit() and Rollback().

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1740453062, '18.223.23.4', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Data/Common/DbTransaction(37): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78