2008/2/22, Dennis Cote <[EMAIL PROTECTED]>:
http://article.gmane.org/gmane.comp.db.sqlite.general/17286/match=managing+trees+database
> for a method I use to manage trees in SQLite that works very well.

another method is to implement it like this (or similar):
http://www.codeproject.com/KB/database/Trees_in_SQL_databases.aspx

it should be faster for huge database tables in comparision to the
slower LIKE comparision.


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

Reply via email to