Trying to connect to SQLite database |
[eluser]imorris[/eluser]
I'm using CI 1.73 and the SQLite DB driver (http://codeigniter.com/wiki/PDO_SQLite3/) to connect to a sqlite database. I can successfully connect to the database using plain php code: Code: <p>PDO TEST: SQLITE 3.x</p> ...but I can't connect to the database using Codeigniter's database driver. Can someone help? Code: $active_group = "default"; |
Messages In This Thread |
Trying to connect to SQLite database - by El Forum - 02-04-2011, 01:29 PM
Trying to connect to SQLite database - by El Forum - 02-04-2011, 02:27 PM
Trying to connect to SQLite database - by El Forum - 03-13-2011, 04:58 AM
Trying to connect to SQLite database - by El Forum - 03-14-2011, 01:41 PM
|