Search notes:

csc -define

The C# compiler option -define allows to define symbols whose existence can be queried at compile time in the source file with #ifdef SYMBOL.
Unlike in C or C++, a symbol cannot be defined to a specific value, that is, macros are impossible.
csc -define:SYMBOL                                 …
csc -define:SYMBOL_ONE;SYMBOL_TWO                  …
csc -define:SYMBOL_ONE;SYMBOL_TWO;SYMBOL_THREE     …

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/developm...', 1745619659, '3.142.92.19', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/C-Sharp/compiler/options/define(39): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78