Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29600

Re: Storing of folder structure in SQL DB

Newsgroups comp.lang.python
Date 2012-09-20 23:27 -0700
References <1175774302.652656.285260@d57g2000hsg.googlegroups.com> <mailman.6024.1175775780.32031.python-list@python.org> <1175854371.476464.125540@d57g2000hsg.googlegroups.com>
Message-ID <75a8d5b3-9ffc-4427-b725-86922e80d41f@googlegroups.com> (permalink)
Subject Re: Storing of folder structure in SQL DB
From santhosh.sweetmemory@gmail.com

Show all headers | View raw


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..

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Storing of folder structure in SQL DB santhosh.sweetmemory@gmail.com - 2012-09-20 23:27 -0700
  Re: Storing of folder structure in SQL DB santhosh.sweetmemory@gmail.com - 2012-09-20 23:43 -0700

csiph-web