Hi to all I am working with a database sqlite in gears. I develop an application with gwt and gears. I have a table with 5 parameters: one of them is a identifier and the others are data (name, date, etc). My identifier is autoinc, then when I have to insert a new value in this table I put four parameters in my query (because the other one is autoinc).
This works when I test my application with a firefox in linux, but when a I test this query with an android mobile (htc), the application gives me an error: "Wrong number of SQL parameters" I suposse because with the android navigator the sqlite doesn't works similar. Anybody could help me with this problem? thanks to all
