Hello friends.
I have downloaded sqlite3-3.6.16.bin.gz and extracted sqlite3-3.6.16.bin in
fedora 9. Now I want to dump cookies.sqlite from mozila firefox cache to
cookies.tmp. I have tried:
sqlite> .dump cookies.sqlite cookies.tmp
BEGIN TRANSACTION;
COMMIT;
sqlite>
But this does not create any cookies.tmp. I am a newbie on this environment,
just switched from Windows systems. PLease guide me.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users