On Sun, Jan 1, 2012 at 10:49 AM, Lalitkumar Choudhary < lalitkumar.choudh...@lnties.com> wrote:
> Hi, > > I want to know one thing about sqlite crashing, you had mentioned in your > document which i had found in your website(www.sqlite.org). > Sqlite database will crash if you write some garbage value into the file. > May i know exactly what is the garbage value? Is it any value different > from datatype or anything else, can u please give one example? > The SQLite database engine will not crash or segfault or otherwise cause your program to stop running if it encounters garbage data in a file. But it will return SQLITE_CORRUPT, indicating that your database is corrupt. > > Thanks & Regards > Lalit Kumar Choudhary > Software Engineer > L&T Integrated Engineering Services > KIADB, Hebbal Industrial Area > Hootagalli, Mysore 570018, Karnataka > Mob +91 9731003527 > > > > > > > Larsen & Toubro Limited > > www.larsentoubro.com > > This Email may contain confidential or privileged information for the > intended recipient (s) If you are not the intended recipient, please do not > use or disseminate the information, notify the sender and delete it from > your system. > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users