Problem connecting to sqlite database |
[eluser]grumble[/eluser]
OK! After following the instructions at http://codeigniter.com/wiki/PDO_SQLite3/ including all the extra files, and making the suggested changes to database.php, I finally got everything working! I guess PDOs are a nice generic way of working with databases. I really don't like the look of some of the hacks in "pdo_driver.php" though. I also think it sucks that it is so difficult to get CI working with sqlite3! Surely sqlite is a more appropriate "default" database!? |
Messages In This Thread |
Problem connecting to sqlite database - by El Forum - 06-18-2009, 07:02 PM
Problem connecting to sqlite database - by El Forum - 06-18-2009, 07:30 PM
Problem connecting to sqlite database - by El Forum - 06-18-2009, 07:43 PM
Problem connecting to sqlite database - by El Forum - 06-18-2009, 11:24 PM
Problem connecting to sqlite database - by El Forum - 06-20-2009, 05:53 PM
Problem connecting to sqlite database - by El Forum - 06-20-2009, 07:36 PM
|