rickh57 Posted February 8, 2006 Report Share Posted February 8, 2006 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 Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted February 8, 2006 Report Share Posted February 8, 2006 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. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
rickh57 Posted February 8, 2006 Author Report Share Posted February 8, 2006 Thanks for the information. Do you have an estimate for when that plug in will be available? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted February 13, 2006 Report Share Posted February 13, 2006 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. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
rickh57 Posted October 5, 2006 Author Report Share Posted October 5, 2006 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 Quote Link to comment Share on other sites More sharing options...
Thequestion Posted December 28, 2006 Report Share Posted December 28, 2006 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. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted December 28, 2006 Report Share Posted December 28, 2006 Thanks.. Good Job. Now, they can get SQLite Manager themselves and install it with it to manage the database. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
julmot Posted June 3, 2015 Report Share Posted June 3, 2015 The link is down and SQLite is still not implemented.... Quote Link to comment Share on other sites More sharing options...
Neophitus Posted September 9, 2015 Report Share Posted September 9, 2015 Use pdo sqlite for connection. To create the database I recommend the SQLiteStudio: http://sqlitestudio.pl/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.