Re: pysqlite smart search

2009-02-23 Thread klia
klia wrote: > > Hey guys; > > I am trying to develop a tiny program using python to search inside sqlite > database with file extension is .db in which the program will ask users to > enter their search query and base on that it will retrieve the results But > > I

Re: pysqlite smart search

2009-02-23 Thread klia
klia wrote: > > Hey guys; > > I am trying to develop a tiny program using python to search inside sqlite > database with file extension is .db in which the program will ask users to > enter their search query and base on that it will retrieve the results But > > I

pysqlite smart search

2009-02-23 Thread klia
Hey guys; I am trying to develop a tiny program using python to search inside sqlite database with file extension is .db in which the program will ask users to enter their search query and base on that it will retrieve the results But I need the program to have some smartness in search mechanis

shutil module (directory input)

2009-01-26 Thread klia
hello folks i am trying to tweak the current codes so that later when i call it from the terminal i can provide sourcefile and the destination file rather being fixed in the code.becuase now i have to specify the sourcefile and the destinationfile in codes and not left to be specified from the te

Re: importing csv file into sqlite

2008-12-19 Thread klia
John Machin wrote: > > On Dec 18, 6:20 pm, klia wrote: >> klia wrote: >> >> > hey guys, i have a hug .csv file which i need to insert it into sqlite >> > database using python. >> > my csv data looks like this >> > Birthday2,12/5/200

Re: importing csv file into sqlite

2008-12-17 Thread klia
klia wrote: > > hey guys, i have a hug .csv file which i need to insert it into sqlite > database using python. > my csv data looks like this > Birthday2,12/5/2008,HTC,this is my birthday > Sea,12/3/2008,kodak,sea > birthday4,14/3/2009,samsung,birthday > love,17/4/

importing csv file into sqlite

2008-12-17 Thread klia
hey guys, i have a hug .csv file which i need to insert it into sqlite database using python. my csv data looks like this Birthday2,12/5/2008,HTC,this is my birthday Sea,12/3/2008,kodak,sea birthday4,14/3/2009,samsung,birthday love,17/4/2009,SONY,view of island can any one give me a head start c