Re: text to DB

2010-08-16 Thread Praveen
On Aug 14, 11:15 am, Dennis Lee Bieber wrote: > On Fri, 13 Aug 2010 09:46:34 -0700 (PDT), Praveen > declaimed the following in > gmane.comp.python.general: > > > I have a text file in this format > > PRA 1:13 2:20 3:5 > > SRA 1:45 2:75 3:9 > > TRA 1:2 2:65 3:45 > > > pattern is- Book Chapter:Vers

Re: text to DB

2010-08-13 Thread MRAB
Praveen wrote: I have a text file in this format PRA 1:13 2:20 3:5 SRA 1:45 2:75 3:9 TRA 1:2 2:65 3:45 pattern is- Book Chapter:Verses now i have my DB schema like this book_id chapter_id versed_id 1 1 13 1 2 20 1