Re: Storing of folder structure in SQL DB

2012-09-20 Thread santhosh . sweetmemory
folderid name parentid 1 cricket 0 2 india 1 3 sachin 2 4 tennis 0 5 saniamirza 4 i need coding for this table..folder id 'll automatically populate.. -- http://mail.python.org/mailman/listinfo/python-list

Re: Storing of folder structure in SQL DB

2012-09-20 Thread santhosh . sweetmemory
On Friday, September 21, 2012 11:57:05 AM UTC+5:30, santhosh.s...@gmail.com wrote: > folderid name parentid > > > > 1 cricket 0 > > 2 india 1 > > 3 sachin 2 > > 4 tennis 0 > > 5 saniamirza 4 > > > > i need coding for