Re: [sqlite] sqlite V3 with php

2005-01-09 Thread Michael Keilhofer
Thanks! At 05:27 PM 1/9/2005, [EMAIL PROTECTED] wrote: Michael Keilhofer <[EMAIL PROTECTED]> writes: > It appears that the extension module for php 5 uses sqlite V2.8 and not V3. > > Does anyone know where there's a php extension for either php 4 or php 5 that > uses sqlite 3? Try searching the p

Re: [sqlite] sqlite V3 with php

2005-01-09 Thread Derrell . Lipman
Michael Keilhofer <[EMAIL PROTECTED]> writes: > It appears that the extension module for php 5 uses sqlite V2.8 and not V3. > > Does anyone know where there's a php extension for either php 4 or php 5 that > uses sqlite 3? Try searching the php "whole site" for PDO, which supports sqlite3. If yo

Re: [sqlite] sqlite V3 with php

2005-01-09 Thread Carl Clemens
Michael Keilhofer wrote: It appears that the extension module for php 5 uses sqlite V2.8 and not V3. Does anyone know where there's a php extension for either php 4 or php 5 that uses sqlite 3? Thanks, Michael Hi Micheal, Try using firstworks sqlrelay. It's API will allow you to use sqlite v3