Re: [PHP-DB] Re: SQLite problem INSERTing string

2004-09-19 Thread M Saleh EG
I think I figured it out. SQLLite doesnt take single quotes as the text or varchar datatype values the strings passed to sqllite should match the data type of the column ... so ur mistake was creating a "data type mismatch at the SQL lite end. hmm... thanx for the info Stefan... I never knew S

[PHP-DB] Re: SQLite problem INSERTing string

2004-09-19 Thread Stefan Reimers
Hi again, first of all thanks for quick suggestions. After some more testing, I can get more specific: This might be a more general problem than the "." in the error message. Even when I use $val = "hello" I get an equivalent error message sqlite_query(): near "hello" As said, I have done all the