Re: [sqlite] help to get the value of file change counter

2011-09-13 Thread Akash Agrawal
SQLite database but didn't want to block other apps from accessing it. Is > there a clean way to say "Has anyone been messing with this but me ?" ? > > Simon. > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Akash Agrawal ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] how to compare time stamp

2011-09-13 Thread Akash Agrawal
Hi, I have table in which i have column of Date contain both *date and time*when compare the value in my c++ program it is not giving me correct result . can you help to solve my problem. -- Thank you Akash Agrawal ___ sqlite-users mailing list

Re: [sqlite] help to get the value of file change counter

2011-09-12 Thread Akash Agrawal
this is very helpful for me thank you -- Regards Akash Agrawal On Mon, Sep 12, 2011 at 12:39 PM, Simon Slavin <slav...@bigfraud.org> wrote: > > On 12 Sep 2011, at 5:08am, Akash Agrawal wrote: > > > I'd like to be able to tell whether a SQLite database file has been >

[sqlite] help to get the value of file change counter

2011-09-11 Thread Akash Agrawal
Hello, I'd like to be able to tell whether a SQLite database file has been updated in any way. How would I go about implementing that? I find about some file change counter but how i will get the value of file change counter through C program -- Akash Agrawal