Re: Connecting/talking to OpenOffice Base files

2009-04-28 Thread Lawrence D'Oliveiro
In message , norseman wrote: > # I know this prints ugly on paper. Blame it on children liking long > #words, presumably preferring increased typos too... Remember this was initially designed to be done with Java. Python was an afterthought, though it's interesting to see lots of examples

Re: Connecting/talking to OpenOffice Base files

2009-04-28 Thread norseman
deostroll wrote: Hi, I was wondering if the python interpretor can talk to files with extension *.odb (OpenOffice Base files). They are like flat database files, similar to Microsoft Access files. I want to store data into them as well as extract data out of them. --deostroll -- http://mail.pyt

Re: Connecting/talking to OpenOffice Base files

2009-04-28 Thread Krishnakant
hi, On Tue, 2009-04-28 at 05:24 -0700, deostroll wrote: > Hi, > > I was wondering if the python interpretor can talk to files with > extension *.odb (OpenOffice Base files). They are like flat database > files, similar to Microsoft Access files. I want to store data into > them as well as extract

Connecting/talking to OpenOffice Base files

2009-04-28 Thread deostroll
Hi, I was wondering if the python interpretor can talk to files with extension *.odb (OpenOffice Base files). They are like flat database files, similar to Microsoft Access files. I want to store data into them as well as extract data out of them. --deostroll -- http://mail.python.org/mailman/lis