Re: Database read and write

2006-06-15 Thread Larry Bates
Stan Cook wrote: > Ok . I know I'm talking ancient history, but some of us are stuck > working with them. Is there anything for python which will ope, read, > and write to a Dbase 3 or 4 file? I really need your assistance on this > one. > > Regards, > > Stan Might want to check out: http://a

Re: Database read and write

2006-06-15 Thread Stan Cook
ftc wrote: > Stan Cook a écrit : >> Ok . I know I'm talking ancient history, but some of us are stuck >> working with them. Is there anything for python which will ope, read, >> and write to a Dbase 3 or 4 file? I really need your assistance on >> this one. > > If you work on Windows, there

Re: Database read and write

2006-06-15 Thread ftc
Stan Cook a écrit : > Ok . I know I'm talking ancient history, but some of us are stuck > working with them. Is there anything for python which will ope, read, > and write to a Dbase 3 or 4 file? I really need your assistance on this > one. If you work on Windows, there are dbf odbc drivers

Re: Database read and write

2006-06-14 Thread Justin Ezequiel
Stan Cook wrote: > will ope, read, and write to a Dbase 3 or 4 file? I know I have one in VB6 that I've been meaning to translate to Python but... (do not have time/am lazy/does not work with indexes) did a google search for you though http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/3627