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.
Below is the simple PDO SQL I'm using, table name is "tbl1", the two fields
name
is just "one" & "two":
$dbh = new PDO('sqlite:test.db');
$result=$dbh->query("INSERT INTO tbl1(one,two) VALUES ('new1','new2')");
Any feed back will be greately appreciated!
Regards!
James
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] False negatives from RTree Ben Harper
- Re: [sqlite] False negatives from RTree Richard Hipp
- Re: [sqlite] False negatives from RTree Ben Harper
- Re: [sqlite] False negatives from RTree Ben Harper
- [sqlite] Insert not working for sqlite3 James_21th
- Re: [sqlite] Insert not working for sqlit... Michael Stephenson
- Re: [sqlite] Insert not working for s... James_21th
- Re: [sqlite] Insert not working ... Stephan Beal
- Re: [sqlite] Insert not work... James_21th
- Re: [sqlite] Insert not ... Michael Stephenson
- Re: [sqlite] Insert not ... James_21th
- Re: [sqlite] Insert not ... Black, Michael (IS)
- Re: [sqlite] Insert not ... Stephan Beal
- Re: [sqlite] Insert not ... Jaco Breitenbach
- Re: [sqlite] Insert not working for sqlit... Stephan Beal

