janard wrote: > 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 >
You can manage a fifo table using triggers as shown here: http://article.gmane.org/gmane.comp.db.sqlite.general/16175 HTH Dennis Cote _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

