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


Groups > comp.lang.python > #29600 > unrolled thread

Re: Storing of folder structure in SQL DB

Started bysanthosh.sweetmemory@gmail.com
First post2012-09-20 23:27 -0700
Last post2012-09-20 23:43 -0700
Articles 2 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#29600 — Re: Storing of folder structure in SQL DB

Fromsanthosh.sweetmemory@gmail.com
Date2012-09-20 23:27 -0700
SubjectRe: Storing of folder structure in SQL DB
Message-ID<75a8d5b3-9ffc-4427-b725-86922e80d41f@googlegroups.com>
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..

[toc] | [next] | [standalone]


#29602

Fromsanthosh.sweetmemory@gmail.com
Date2012-09-20 23:43 -0700
Message-ID<5b5602e1-ee4e-4ada-9b22-bab6f8bf534b@googlegroups.com>
In reply to#29600
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web