Yeah, not that one in particular, but I've always been on the lookout for a means of interchange between 'legacy' FoxPro systems and newer systems using *SQL or Postgres, typically with PHP or Ruby as the intermediary language.
Just 'cause you stick DBF at the end of a filename,... There are dBASE II DBFs, dBASE IV DBFs, and flavors from dbMan to FoxPro 2.x. The big problem I've found with most of them is that while they are fine for importing rows of data as an exchange format (numeric, string, date, boolean), there's not Index (IDX, CDX) support nor DBC support (long field names, triggers, RI), or as this one indicates, autoincrementing fields, varchars, etc. On Fri, Jun 14, 2013 at 10:47 AM, Jeff Johnson <[email protected]> wrote: > https://pypi.python.org/pypi/**dbf#downloads<https://pypi.python.org/pypi/dbf#downloads> > > A Python DBF module. > > -- > Jeff > > --------------- > > Jeff Johnson > [email protected] > (623) 582-0323 > > www.san-dc.com > www.arelationshipmanager.com > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > > ______________________________**_________________ > Post Messages to: [email protected] > Subscription Maintenance: > http://mail.leafe.com/mailman/**listinfo/profox<http://mail.leafe.com/mailman/listinfo/profox> > OT-free version of this list: http://mail.leafe.com/mailman/** > listinfo/profoxtech <http://mail.leafe.com/mailman/listinfo/profoxtech> > Searchable Archive: > http://leafe.com/archives/**search/profox<http://leafe.com/archives/search/profox> > This message: http://leafe.com/archives/**byMID/profox/51BB2D0B.6060403@** > san-dc.com<http://leafe.com/archives/byMID/profox/[email protected]> > ** All postings, unless explicitly stated otherwise, are the opinions of > the author, and do not constitute legal or medical advice. This statement > is added to the messages for those lawyers who are too stupid to see the > obvious. > > Report [OT] Abuse: http://leafe.com/reportAbuse/** > [email protected]<http://leafe.com/reportAbuse/[email protected]> > -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4vb6+ane-5wU9xT+m=5gjjj0utd7h_e8acw5qqzepc...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

