RE: DBF & DBI
am 24.07.2007 23:47:34 von Philip.GarrettSamuel_Zheng wrote:
> Hi,
>=20
> I am using activeperl 5.8.8 and DBI 1.58. If I want to use DBI to
> work with a legacy clipper application, meaning to update the index
> files, so the clipper application can continue to work. what module
> is available out there? Anyone has some success stories to share
> about using perl side by side with a clipper application
> successfully? Thank you in advance for your advice. =20
Sorry, I don't know anything about Clipper, but if you just need to
access DBF files, you should probably start with
http://search.cpan.org/dist/DBD-XBase/.
- Philip