On 1/27/09, venkat karri <venkat9...@gmail.com> wrote: > Hi > > Iam new to sqlite, I have a database backup copy with extension > trac.db.1.bak. Now iam trying to setup sqlite 3.6.10 on my local machine and > need to import this bak file to my local database and has to view the data > in the table. > > can any one help me how to restore the database into my local machine, Is > there a client interface tool like toad to connect to server and view the > data? >
How did you make "trac.db.1.bak"? If it is just a sqlite file, you can open it directly with sqlite. If it is a sql dump, you can .read that into sqlite. If someone created and gave you "trac.db.1.bak" you need to find out from that person how it was created. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users