News Feed
Jobs Feed
Sections




News Archive
Turn of the Crank:
PHP 5, Sqlite, and Windows
September 12, 2006 @ 16:16:02

Sometimes, a technology sounds like a great, simple answer to all of your problems. That, however, was not the experience of this blogger when checking out SQLite on Windows.

My first task at my new job was a simple enough one. All our customers have a review site that has a list of contacts. The file was contacts.html and it was just a static html file.

Since there are already 100s of sites using the static html, I wanted to avoid any kind of complex migration or external database. I decided to give SQLite a try since the db files are so portable. Each site would have it's own database with a single contacts table. Simple right? Let me go over all the problems I ran into.

He starts off with the fact that SQLite 3 doesn't work with PHP (different client drivers in PHP) and that PHP doesn't like SQLite 2 all that much either. His third and final experience? That SQLite isn't the brightest when it comes to working with directory permissions.

0 comments voice your opinion now!
sqlite windows client version support directory permissions sqlite windows client version support directory permissions


blog comments powered by Disqus

Similar Posts

Stefan Esser's Blog: CORE GRASP - PHP Tainted Mode

Federico Cargnelutti' Blog: Adding theme support to your Zend Framework application

Christopher Jones' Blog: LinuxWorld; Oracle PHP Books; NCLOBS

Elizabeth Smith's Blog: Perverting windows with PHP

Edin Kadribasic's Blog: New Windows Snaps/Release Builder


Community Events











Don't see your event here?
Let us know!


language podcast release composer functional interview framework opinion phpunit series unittest introduction development community code database zendframework2 testing api example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework