Hello, My application is building a query string with multiple queries. The number of queries depends on the user and for performance, I would like to execute as few sqlite_exec() calls as possible.
So my question what is the maximumm number of characters there can be in a query string sent to sqlite_exec()? ( if there is a maximum defined ). I estimate that the query string would get to 65K characters on occasion, and there is no gaurantee that it won't get to larger once in a while. Best regards, Kervin ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------