"janard" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> In sqlite whether can we rotate content in database .
> That means i want to restirct my database to some size,if it exceeds
> that size it has to replace first entry.
> Can anybody help.Thanks in advance

If you are asking whether there's some magic setting that would do that 
for you automatically, then the answer is no. If you are asking whether 
you can implement such a scheme manually - of course you can. SQL lets 
you insert records, delete records and count records - this should be 
sufficient.
-- 
With best wishes,
    Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not 
necessarily a good idea. It is hard to be sure where they are going to 
land, and it could be dangerous sitting under them as they fly 
overhead. -- RFC 1925 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to