Re: [Tutor] mysql store directory information

2006-04-06 Thread Tiago Saboga
Em Qui 06 Abr 2006 23:10, R. Alan Monroe escreveu: > > Em Qui 06 Abr 2006 15:41, Danny Yoo escreveu: > > > > model for that. But I want also to able to find these files, which are on > > removable media (cds and dvds). As I'll have to store where's the file, I > > thought I could as well store some

Re: [Tutor] mysql store directory information

2006-04-06 Thread R. Alan Monroe
> Em Qui 06 Abr 2006 15:41, Danny Yoo escreveu: > model for that. But I want also to able to find these files, which are on > removable media (cds and dvds). As I'll have to store where's the file, I > thought I could as well store some other basic infos, at least the size (I > really don't know

Re: [Tutor] mysql store directory information

2006-04-06 Thread Tiago Saboga
Em Qui 06 Abr 2006 15:41, Danny Yoo escreveu: > On Thu, 6 Apr 2006, Tiago Saboga wrote: > > As a first part of a project, I need to store a directory tree in a > > mysql db. I'm wondering if there is a canonical way of doing that. I > > don't know if it's an appropriate question for this list, but

Re: [Tutor] mysql store directory information

2006-04-06 Thread Danny Yoo
On Thu, 6 Apr 2006, Tiago Saboga wrote: > As a first part of a project, I need to store a directory tree in a > mysql db. I'm wondering if there is a canonical way of doing that. I > don't know if it's an appropriate question for this list, but I think > it's not only a choice of db design, but

[Tutor] mysql store directory information

2006-04-06 Thread Tiago Saboga
Hi! As a first part of a project, I need to store a directory tree in a mysql db. I'm wondering if there is a canonical way of doing that. I don't know if it's an appropriate question for this list, but I think it's not only a choice of db design, but also a choice of appropriate python tools.