Re: [sqlite] Unable to store 500MB size of row data even after define macro SQLITE_MAX_LENGTH

2017-12-09 Thread Simon Slavin
On 9 Dec 2017, at 6:29am, Dianne Dunn wrote: > How,do I get off this email list?? What is it for?? Use the. link on the last line of every post, including this one. Discussing SQLite. Why and how did you join it if you didn’t know ? Simon.

Re: [sqlite] Unable to store 500MB size of row data even after define macro SQLITE_MAX_LENGTH

2017-12-08 Thread Dianne Dunn
How,do I get off this email list?? What is it for?? Sent from my iPad > On Dec 8, 2017, at 7:30 AM, Kees Nuyt wrote: > > On Thu, 7 Dec 2017 23:59:02 -0700 (MST), Durgesh > wrote: > >> getting error "QSqlError("18", "Unable to bind parameters",

Re: [sqlite] Unable to store 500MB size of row data even after define macro SQLITE_MAX_LENGTH

2017-12-08 Thread Kees Nuyt
On Thu, 7 Dec 2017 23:59:02 -0700 (MST), Durgesh wrote: > getting error "QSqlError("18", "Unable to bind parameters", "string or blob > too big")" while inserting a row data of size 500MB. > > However insertion of 450 MB is successful. > > Tried define the macro

[sqlite] Unable to store 500MB size of row data even after define macro SQLITE_MAX_LENGTH

2017-12-08 Thread Durgesh
getting error "QSqlError("18", "Unable to bind parameters", "string or blob too big")" while inserting a row data of size 500MB. However insertion of 450 MB is successful. Tried define the macro SQLITE_MAX_LENGTH with value of SQLITE_MAX_LENGTH=20 , larger than 500MB. pls suggest a way