"hussainfarzana" <[email protected]> wrote in message news:[email protected] > Yes,the SQL prepared statement has got 14 placeholders. > > The statement is "INSERT INTO CollDataNum > values(?,?,?,?,?,?,?,?,'?',?,?,?,?,?)"
No, there are only thirteen. '?' is not a parameter placeholder, it's a string literal consisting of a single question mark character. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

