I'm doing a JavaScript project using the SQLite engine in Google Gears. I've looked at the SQLite limitations:
http://www.sqlite.org/limits.html However, the Gears implementation of SQLite seems to be more limited than that. For example, I seem to be limited to no more than about 10,000 characters per 'execute' statement. I'd like to know: 1) what the exact limitations of an execute statement is? 2) Is there is a limitation to the number of rows in a table? 3) The maximum number of tables in a DB? 4) The maximum size a DB can be, and if you can have many DBs to overcome this size limitation? I couldn't find this in the Gears documentation and would appreciate any help. thanks -matt
