Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Maximum size of SQL query qdb_query() can handle?: (1 Item)
   
Maximum size of SQL query qdb_query() can handle?  
I want to know what is the maximum size of SQL query which qdb_query() can accept or handle.
I am using a SQL query in my code which is of 20100 Bytes. When I pass it to qdb_query() I get the syntax error while 
query does not have error if we run it on SQLite Manager add on.
I am suspecting that qdb_query() is not able to accept 20K size string as input parameter.