Search notes:

ADODB.Command: CreateParameter

The createParameter function of the command creates a parameter object.

Arguments

name A string value that contains the name of the parameter object.
type A dataTypeEnum value that specifies the data type of the parameter object.
direction A parameterDirectionEnum value that specifies the type of the parameter object.
size A long value that specifies the maximum length for the parameter value in characters or bytes.
value A variant that specifies the value for the parameter object.
All arguments are optional.

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...', 1758206648, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/ADO/objects/command/createParameter(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78