Installing SQLite3 on Windows

Print
PDF
SQLiteManager can manage SQLite database version 3 using the PDO extension will be included in PHP since version 5.1. You can gild and already introduce you to PDO from the moment you have installed PHP5.

SQLiteManager can manage SQLite database version 3 using the PDO extension will be included in PHP since version 5.1. You can gild and already introduce you to PDO from the moment you have installed PHP5.

First download the package PECL extensions for Windows: pecl-5.0.5-win32.zip

Dézipperle pack, then copy the extensions:

php_pdo.dll:
Extension
php_pdo_sqlite.dll:
Driver for SQLite3

in the directory containing the PHP extensions, the most often: C: php extensions
check this site searching for 'extension_dir' in your phpinfo ().

You can take the opportunity to add other PDO driver, drivers are currently available:

  • php_pdo_firebird.dll
  • php_pdo_mssql.dll
  • php_pdo_mysql.dll
  • php_pdo_odbc.dll
  • php_pdo_oci8.dll
  • php_pdo_pgsql.dll

you must specify in your php.ini to load extension to START.

To locate your php.ini, look at the line 'Configuration File (php.ini) Path' in your phpinfo ().

open your php.ini, find the loading of extensions by searching the lines in which there 'extension =', then add the lines:

 

extension = php_pdo.dll
extension = php_pdo_sqlite.dll
and so on for each of the drivers that you want to install.

 

restart your web server.

View your phpinfo () you should see the PDO extension and the different drivers installed.

Add comment

Security code
Refresh

Installing SQLite3 on Windows - SQLiteManager
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Author

SQLiteManager now is managed by the corporation WebInfoPro in order to remake to live this project all while remaining under license GPL

Contact

Vous pouvez nous contacter par email sur sqlitemanager@gmail.com

Who's online?

We have 1250 guests online