[sqlite] Réf. : Re: [sqlite] Réf. : Re: [sqlite] DB in memory - t able create won't work

2006-05-17 Thread Night Media LTD
g saved to the media. Although, I just can't make sense Why the opposite happens to me *sigh* Mario Hebert Legerity "Night Media LTD" <[EMAIL PROTECTED]> 05/17/2006 01:06 PM Please respond to sqlite-users@sqlite.org To CC Subject

[sqlite] Réf. : Re: [sqlite] DB in memory - table create won't wor k

2006-05-17 Thread Night Media LTD
Got exactly the SAME issue With PHP 4.3 and the sqlite 3 extension. But was reversed. When creating :memory: database, its worked, But when creating :file database I got the "No such table" problem. I ve let down sqlite . And I ve retake mysql. Good luck

[sqlite] Réf. : Re: [sqlite] How to get the lastest version of SQL ITE with PHP ???

2006-05-09 Thread Night Media LTD
version of SQLITE with PHP ??? --- Night Media LTD <[EMAIL PROTECTED]> wrote: > Hello John, and thanks for the idea. > > > > But PHP DB is only an abstraction layer, it need a > sqlite extention to work > with sqlite database. And this extension only exis

[sqlite] Réf. : Re: [sqlite] Réf. : Re: [sqlite] How to get the la stest version of SQLITE with PHP ???

2006-05-09 Thread Night Media LTD
??? Why don't you use the standard PHP DB abstraction layer which provides a Common interface to all DBMS's and incorporates the current version of Sqlite, Sqlite3? As I see it the Sqlite2 you are using is in PHP for Historical reasons to support legacy code. JS Night

[sqlite] Réf. : Re: [sqlite] How to get the lastest version of SQL ITE with PHP ???

2006-05-08 Thread Night Media LTD
th PHP ??? --- Night Media LTD <[EMAIL PROTECTED]> wrote: > > Release What has changed? > > 1.0.1 - Updated libsqlite in ext/pdo_sqlite to > 3.2.8. (Ilia) >From the source of config.m4 in ext/pdo_sqlite: --with-pdo-sqlite[=DIR] PDO: sqlite support. DIR is

[sqlite] Réf. : Re: [sqlite] How to get the lastest version of SQL ITE with PHP ???

2006-05-08 Thread Night Media LTD
i m not sure i ve enough skill for make this Thanks ---Message original--- De : Kevin Waterson Date : 05/08/06 02:24:53 A : sqlite-users@sqlite.org Sujet : Re: [sqlite] How to get the lastest version of SQLITE with PHP ??? This one time, at band camp, Ivan Voras

Re: [sqlite] How to get the lastest version of SQLITE with PHP ???

2006-05-07 Thread Night Media LTD
Just looked the PECL pdo_sqlite extension, And un the release 1.0.1 changelog (last one) I got Changelog for PDO_SQLITE Release What has changed? 1.0.1 - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia) - Upgraded to new package2 format - Fixed PECL Bug #5633; build issue

[sqlite] Réf. : Re: [sqlite] How to get the lastest version of SQL ITE with PHP ???

2006-05-07 Thread Night Media LTD
    Already tested but this not worked.   Because in fact pdo_sqlite look have is own sqlite library into Php_source_dir/ext/pdo_sqlite/sqlite   But maybe you are sure of what you said, and you can tell me more ??   Thanks

[sqlite] How to get the lastest version of SQLITE with PHP ???

2006-05-07 Thread Night Media LTD
Hi all ! I ve searched a long time, but I didn't found how to get the lastest sqlite version with php ! I only got the the 3.2.8 (if my memory is good), with the pdo_sqlite with php5. There is a way to get the lastest ??? I ve try to manual compil and install the lastest SQLite (all