On 1 Feb 2010, at 9:42am, Jean-Denis Muys wrote:

> On 1/30/10 19:21 , "Roger Binns" <[email protected]> wrote:
> 
>> ishak kalkavan wrote:
>>> file I could see phone numbers and contact names but in a very complex way.
>>> I couldnt find any way to match those data.
>> 
>> The file format is documented at http://www.sqlite.org/fileformat.html
> 
> Hmm, Apple defines an official API to access the address book data. Rather
> than the hacks suggested here, I'd use that instead (short of normally using
> a back up).

The sqlite database the OP referred to is where the address book data is kept.  
Since this file has been wiped, Apple's API can't get at the information either.

The OP appears be to trying to grab data out of a sqlite database which has 
intentionally been wiped.  As others have suggested this is a specialist task 
suitable only for someone who understands the sqlite format very well, and even 
then some data will be lost.  I think if it really matters he can hire DRH's 
company to do it.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to