Re: [sqlite] String Too Long

2018-03-01 Thread Matías Badin
lto:sqlite-users-boun...@mailinglists.sqlite.org] > On Behalf Of Matías Badin > Sent: Thursday, March 01, 2018 2:38 PM > To: SQLite mailing list > Subject: Re: [sqlite] String Too Long > > Yes, i am binding the string. > > 2018-03-01 16:35 GMT-03:00 Matías Badin <matias.ba

Re: [sqlite] String Too Long

2018-03-01 Thread Matías Badin
Yes, i am binding the string. 2018-03-01 16:35 GMT-03:00 Matías Badin <matias.ba...@wildar.com>: > The same issue using blob. > Thanks > > 2018-03-01 16:23 GMT-03:00 Igor Korot <ikoro...@gmail.com>: > >> Hi, >> >> On Thu, Mar 1, 2018 at 1:20 PM, Ma

Re: [sqlite] String Too Long

2018-03-01 Thread Matías Badin
The same issue using blob. Thanks 2018-03-01 16:23 GMT-03:00 Igor Korot <ikoro...@gmail.com>: > Hi, > > On Thu, Mar 1, 2018 at 1:20 PM, Matías Badin <matias.ba...@wildar.com> > wrote: > > Hi all; > > I am trying to insert a big string and i have the message:

[sqlite] String Too Long

2018-03-01 Thread Matías Badin
Hi all; I am trying to insert a big string and i have the message: Request too long. I set my parameter as "text" but i still have this problem. Do you know if i can use another type? Thanks ___ sqlite-users mailing list

[sqlite] Header Change

2016-10-13 Thread Matías Badin
Hi everyone; I have a problem with my sqilte3 database. It works great for days/weeks/months but suddenly the error "file is encrypted or is not a database". Looking for the problem I realised that the header was changed. So I can recover it with an hexa editor, but I don´t know why this happens.