I've updated the wrapper at: http://www.itwriting.com/sqlitesimple.php
for Sqlite 3.1.2. Sqlite 3.1 changes the way column names are returned, so I've added a call to set the Pragma full_column_names on. I've also amended the field type detection to use the actual type when the declared type is not available, and added the utility function TableExists. The test application now includes a demonstration of one way to load, save and display images in a Sqlite 3 database. Tim

