> insertion.prepare("INSERT INTO master_directory (hash, path) VALUES(:hash, :path)"); > >TIA, > > Ben Seems like you are missing a semicolon at the end of your SQL statements. -Even