Welcome Guest, Not a member yet? Register   Sign In
sqlite3 via pdo for php5 on CI 1.6.1?
#2

[eluser]quindo[/eluser]
It seems that sqlite3 is not important enough Sad

I'm using sqlite3 on my debian system with PHP 5.2.0 and CI 1.6.1.
In this post I explain (a bit) what I've done to get sqlite3 working:
http://ellislab.com/forums/viewthread/72420/

It works for me while doing selects, doing an insert seems to give the following error:
SQL logic error or missing database


When I do $this->db->query('SELECT * FROM kado') it works good.
When I do $this->db->query("INSERT INTO kado (naam, omschrijving , jarige) VALUES ('22', '3', 1)") it gives the above error.
Running the query directly on the database from the commandline works good.


Messages In This Thread
sqlite3 via pdo for php5 on CI 1.6.1? - by El Forum - 04-29-2008, 11:01 AM
sqlite3 via pdo for php5 on CI 1.6.1? - by El Forum - 05-06-2008, 08:18 AM
sqlite3 via pdo for php5 on CI 1.6.1? - by El Forum - 05-07-2008, 04:06 AM
sqlite3 via pdo for php5 on CI 1.6.1? - by El Forum - 05-07-2008, 05:32 AM
sqlite3 via pdo for php5 on CI 1.6.1? - by El Forum - 05-07-2008, 06:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB