Search notes:

MS Access: SQL Server Compatible Syntax (ANSI-92)

In Access, SQL Server compatible Syntax (ANSI 92) can be enabled or disabled under the menu File -> Options -> Object Designers -> Query Design
SQL Server compatible Syntax (ANSI 92)
The SQL compatibility mode (which by default is SQL 89, level 1 can be upgraded to SQL-92 under File -> Options -> Object Designers -> SQL Server Compatible Syntax (ANSI 92):

Changing the option with Visual Basic for Application

With VBA, it is possible to set this options like so:
setOption "ANSI Query Mode", 1
setOption is defined in the Application object. Because this object is the default object, it does not need to be specified.

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...', 1741981763, '3.141.35.52', 'Mozilla/5.0 App...', 'https://renenyf...') #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Access/GUI/Ribbon/tabs/File/Options/Object-Designers/Query-Design/SQL-Server-Compatible-Syntax_ANSI-92(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78