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


Groups > comp.lang.python > #29602

Re: Storing of folder structure in SQL DB

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

Show all headers | View raw


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 this table..folder id 'll automatically populate..

in asp.net or sql

Back to comp.lang.python | Previous | NextPrevious 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