yuyen wrote:
> Hi, all 
>
> I try to use php_pdo_sqlite in php which is a sqlite of version 3.2.8. With 
> php_pdo, it provides PREPARE and EXECUTE functions to prepare an sql at first 
> then which can execute later. But it seems that the php_pdo_sqlite.dll 
> doesn't support it. Or I may do somthing wrong. If there is anyone who has 
> the experience, please give me an advice. Thank you!
>
>
> Jack
>   
Hi Jack,

I use php_do_sqlite too, with PHP 5.1.4 and SQlite 3.2.8, Linux build.
Prepare and Execute methods work well, but I remeber some problems with
PHP 5.0.4 builds.

JC

Reply via email to