erlug
[Top] [All Lists]

Re: [Erlug] sqlite3 iphone database

To: ERlug - Lista Pubblica <erlug@xxxxxxxxxxxxxx>
Subject: Re: [Erlug] sqlite3 iphone database
From: Andrea Paolini <ap@xxxxxxx>
Date: Sun, 6 Jun 2010 12:10:23 +0200
On 6 Jun 2010, at 11:20, Federico Schlatter wrote:

> Ho un db come da oggetto da cui non riesco a deletare nessuna tabella... se 
> erano i permessi era facile...lo allego nella speranza che qualche mente meno 
> bassa della mia possa dove io mi fermo...

% sqlite3 call_history.db
SQLite version 3.6.12
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
_SqliteDatabaseProperties  data                     
call                     
sqlite> drop table data;
sqlite> drop table call;
sqlite> drop table _SqliteDatabaseProperties;
sqlite> .tables
sqlite> ^D%  

Boh, io non vedo problemi... Che errori hai?

  - ap

<Prev in Thread] Current Thread [Next in Thread>