首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

PHP5.3.8 与 SQLite3 :could not find driver解决思路

2012-04-16 
PHP5.3.8 与 SQLite3 :could not find driver请教,在windows上 安装了 PHP5.3.8 和 SQLite3,index.php 的

PHP5.3.8 与 SQLite3 :could not find driver
请教,

在windows上 安装了 PHP5.3.8 和 SQLite3, 

index.php 的程序是:

<?php
try {
  /*** connect to SQLite database ***/
  $dbh = new PDO("sqlite:test.db");
  }
catch(PDOException $e)
  {
  echo $e->getMessage();
  }
?>

php.ini 属性如下:

extension=php_pdo_sqlite.dll
extension=php_sqlite.dll
extension=php_sqlite3.dll

都已经打开,没有 php_pdo.dll 这个dll,看官方文档说windows上不需要这个dll

运行的时候报错 could not find driver, 请大家赐教!

[解决办法]
问题怎么解决的?兄弟,说一下吧,我这边也碰到这个问题了
[解决办法]
解决了就分碗粥来喝
[解决办法]
解决了就说下如何解决的,谢谢了

热点排行