Paolo Vernazza wrote: > If I try to do all from the command line (sqlite3.exe mydb.db .dump > mytable), it will dump all the tables that are int the DB.... > > I think I'm doing something wrong..... someone can help me?
Paolo, Try quoting your command so it gets passed to sqlite3 as a single argument. sqlite3.exe mydb.db ".dump mytable"