警告:SQLite3 :: query():无法准备语句:26,文件已加密或不是数据库

时间:2019-03-07 19:49:49

标签: php

使用PHP实用程序指导文档。罗西斯·西吉恩特(Lo hice de la siguiente)的命运:

class MiBD extends SQLite3{

    function __construct(){
        $this->baz = $_POST['bd3s']; 
        $ocuper=$this->baz ;
        $this->open('FILES/'.$ocuper);
        # code...
    }
}

$bd=new MiBD();
$resultado=$bd->query($consulta);

Luego de ejecuatar me aparece el siguiente错误: 警告:SQLite3 :: query():无法准备语句:26,文件已加密或不是第99行的C:\ xampp \ htdocs \ ALMACEN \ cargar.php中的数据库

0 个答案:

没有答案