Android : SQLite too many terms in compound SELECT

on Monday, August 11, 2014


In my Android SQLite databese query I have an INSERT INTO statement followed by about 600 ('data1'),('data2')... tags, generated by code.


After db.exec(sql) I got this error: "too many terms in compound SELECT (code1); while compiling INSERT INTO.. "


Is there any way to increase this limitation?


0 comments:

Post a Comment