On Thu, Jul 7, 2011 at 7:52 AM, James_21th <james_2...@yahoo.com> wrote:

> Dear all,
>
> I'm able to connect to sqlite3 DB and display the data inside, but when
> insert
> data, no matter how to try, just don't work, there's no error, but no data
> inserted.
> ...
> Any feed back will be greately appreciated!
>

See:

http://www.php.net/manual/en/pdo.error-handling.php

and enable exception throwing. Then any errors will throw an exception and
the problem will be easy to track down.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to