February 8, 200620 yr comment_2504 I've downloaded Uniform Server 3.3 for use on a thumb drive. From looking through this board (See here), I understood that SQLite would be included in this version of the server. However, I've been unable to use it from within PHP, either directly (using sqlite_open, etc), or via PEAR's DB module. Pages using MySQL work great, but it would be nice to not have to run MySQL just to test some basic database functionality. Is there something that I need to enable in my PHP configuration in order to use SQLite? Thanks,Rick Report
February 8, 200620 yr comment_2505 Though SQLite Automatically comes with PHP 5, you will still need to set some things up for it to work. We could not add them to 3.3 because of space and size... so it is being made a plugin. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
February 8, 200620 yr Author comment_2508 Thanks for the information. Do you have an estimate for when that plug in will be available? Report
February 13, 200620 yr comment_2537 No... i basically do not have an estimate for anything right now.... too busy and no internet connection at home.... though we may be getting it next month. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
October 5, 200619 yr Author comment_3743 Is there any update as to when the sqlite plugin will be available? Is there anything that I can do to help get this created? Thanks,Rick Report
December 28, 200619 yr comment_4223 I was going to ask the same question above yesterday about SQLite, but I experimented a bit and found a solution to make it work. I wrote a article Here on how to do it. Report
December 28, 200619 yr comment_4225 Thanks.. Good Job. Now, they can get SQLite Manager themselves and install it with it to manage the database. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
September 9, 201510 yr comment_11660 Use pdo sqlite for connection. To create the database I recommend the SQLiteStudio: http://sqlitestudio.pl/ Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.