Re: [PHP-DB] "Fake" BDD

2003-12-02 Thread John Krewson
Perhaps this is what you were referring to? http://www.c-worker.ch/txtdbapi/index_eng.php Then there is SQLite, http://php.net/manual/en/ref.sqlite.php. I've seen several tutorials out there regarding using SQLite, and it will probably become quite popular after PHP 5+ becomes everyone's favorit

Re: [PHP-DB] "Fake" BDD

2003-12-02 Thread Gary Every
Check out SQLite BENARD Jean-philippe wrote: Hi, We use ORACLE DataBase for all our projects and we "can't install" mysql/postgresql on our server. A new project needs a little database (only 1 table). I heard about something like an API in order to use text files in place of real databa

[PHP-DB] "Fake" BDD

2003-12-02 Thread BENARD Jean-philippe
Hi, We use ORACLE DataBase for all our projects and we "can't install" mysql/postgresql on our server. A new project needs a little database (only 1 table). I heard about something like an API in order to use text files in place of real database system and that we could use SQL query to re