Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.