On 18 Aug 2016, at 6:24pm, Matias Badin wrote:
> Thanks you very much! The information was very usefull.
> I can recover the database info now, overwritting the header array.
Once you have the header array 'correct' and SQLite no longer refuses to open
the database, use the SQLite command-lin
You are welcome.I was worried about the infinite loop I wrote. ;)
Hopefully you can track down the reason, I don't know anything about your
file but what you tell us. There are some things that you can do to help
track it down.
You didn't mention what version of sqlite you were using, program
Thanks you very much! The information was very usefull.
I can recover the database info now, overwritting the header array.
Have you any information about how the header is corrupted? I would like to
know the reason to resolve it.
Thanks again!
2016-08-18 10:14 GMT-03:00 Adam Devita :
> Good day
1) One could download a hex editor and review the beginning of the file and
compare to https://www.sqlite.org/fileformat2.html . If some other program
has over-written the header, you should be able to observe that, hopefully
identifying a program with a problem.
2) Back up you hard drive. Run ha
Good day,
A few things that you can try
1) One could download a hex editor and review the beginning of the file and
compare to https://www.sqlite.org/fileformat2.html . If some other program
has over-written the header, you should be able to observe that, hopefully
identifying a program with a pr
On 7 Feb 2014, at 10:49am, Iksanov Husain wrote:
> We have an encrypted SQLite database with a password which is set
> programmatically in .NET interface.
Can you tell us which encryption system you used to encrypt your database ?
Did you change anything in the last day or two: updated opera
Subject: Re: [sqlite] Error: file is encrypted or is not a database
>>
>> Simon Slavin wrote:
>>
>>> On 25 Nov 2009, at 6:19pm, Dmitri Priimak wrote:
>>>
>>>
>>>
>>>> Simon Slavin wrote:
>>>>
>>>>
> -Original Message-
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Dmitri Priimak
> Sent: Wednesday, November 25, 2009 11:39 AM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] Error: file is enc
Simon Slavin wrote:
> On 25 Nov 2009, at 6:19pm, Dmitri Priimak wrote:
>
>
>> Simon Slavin wrote:
>>
>>> On 25 Nov 2009, at 6:09pm, Dmitri Priimak wrote:
>>>
>>>
000 6166 6c69 6465 7420 206f 706f 6e65 6420
010 7461 6261 7361 2065 7274 6e61 6173 7463
020 6f6
On 25 Nov 2009, at 6:19pm, Dmitri Priimak wrote:
> Simon Slavin wrote:
>> On 25 Nov 2009, at 6:09pm, Dmitri Priimak wrote:
>>
>>> 000 6166 6c69 6465 7420 206f 706f 6e65 6420
>>> 010 7461 6261 7361 2065 7274 6e61 6173 7463
>>> 020 6f69 206e 3632 3a20 6620 6c69 2065 7369
>>> 030 65
Simon Slavin wrote:
> On 25 Nov 2009, at 6:09pm, Dmitri Priimak wrote:
>
>
>> 000 6166 6c69 6465 7420 206f 706f 6e65 6420
>> 010 7461 6261 7361 2065 7274 6e61 6173 7463
>> 020 6f69 206e 3632 3a20 6620 6c69 2065 7369
>> 030 6520 636e 7972 7470 6465 6f20 2072 7369
>> 040 6e20 7
On 25 Nov 2009, at 6:09pm, Dmitri Priimak wrote:
> 000 6166 6c69 6465 7420 206f 706f 6e65 6420
> 010 7461 6261 7361 2065 7274 6e61 6173 7463
> 020 6f69 206e 3632 3a20 6620 6c69 2065 7369
> 030 6520 636e 7972 7470 6465 6f20 2072 7369
> 040 6e20 746f 6120 6420 7461 6261 7361 206
On Tue, 12 Sep 2006 14:29:12 -0400
<[EMAIL PROTECTED]> wrote:
> files on your computer and this database file accidently got snagged?>
>
> Thanks, but this application resides on a PDA and my customer is
> reporting this issue on several PDA's. No search/replace operations are
> being performed
Will Leshner wrote:
Ah. Ok. It was just a shot in the dark. I've never seen SQLite itself
change its header like that, so I suspect the culprit lies elsewhere.
Most likely, the following is not the cause of your problem, but it's
funny: There was once a virus that did a search and replace acr
On 9/12/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Thanks, but this application resides on a PDA and my customer is
reporting this issue on several PDA's. No search/replace operations are
being performed at a file level on these devices.
Ah. Ok. It was just a shot in the dark. I've neve
ember 12, 2006 1:26 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Error: file is encrypted or is not a database
On 9/12/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> What in the world could have caused this??
Is it possible that you did some kind of global search and replace on
On 9/12/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
What in the world could have caused this??
Is it possible that you did some kind of global search and replace on
files on your computer and this database file accidently got snagged?
-
Hi Gerard,
Am Sonntag, 17. Juli 2005 14:44 schrieb Dr Gerard Hammond:
> I wrote one app for MacOS and Win32 clients called 'SyBrowser'
> (It was originally written to query Sybase db's but now does others as
> well) It is currently restricted to SQlite 2 db's
>
> http://www.macsos.com.au
Did I sa
Hi Karl,
There may be several. I don't know.
I wrote one app for MacOS and Win32 clients called 'SyBrowser'
(It was originally written to query Sybase db's but now does others as well)
It is currently restricted to SQlite 2 db's
http://www.macsos.com.au
SyBrowser isn't freeware ;-(
Am Sonnt
Am Sonntag, 17. Juli 2005 12:58 schrieb D. Richard Hipp:
> The Philips MP3 players use SQLite version 2.x. You probably
> downloaded version 3.x. Version 3.x will not read or write
> version 2.x database files. Try using version 2.8.16 instead
> of whatever version it is you downloaded.
That's
The Philips MP3 players use SQLite version 2.x. You probably
downloaded version 3.x. Version 3.x will not read or write
version 2.x database files. Try using version 2.8.16 instead
of whatever version it is you downloaded.
On Sun, 2005-07-17 at 12:08 +0200, Karl Sinn wrote:
> Hi,
>
> I am comp
21 matches
Mail list logo