protected function ExecuteQuery($strQuery) {
                // Perform the Query
                $objResult = $this->objPdo->query($strQuery);
                if ($objResult === false)
                    throw new QSqLite3PdoDatabaseException($this->objPdo->errorInfo(), $this->objPdo->errorCode(), $strQuery);