Link to home
Start Free TrialLog in
Avatar of Chris S
Chris SFlag for India

asked on

HOw to read foxpro *.dbf files using PERL ...

hello

I want to know is there any PERL module or function which can read a foxpro dbf file directly

chris
Avatar of prakashk021799
prakashk021799

You can use the Xbase module to read .dbf files. Look at:
http://theory.uwinnipeg.ca/CPAN/data/Xbase/Xbase.html

You can also use the DBD::Xbase module in conjunction with the DBI module. Look at: http://theory.uwinnipeg.ca/CPAN/data/DBD-XBase/DBD/XBase.html
Avatar of Chris S

ASKER

I will try it , if it works the points are yours
Avatar of Chris S

ASKER

Post that as an answer please
ASKER CERTIFIED SOLUTION
Avatar of prakashk021799
prakashk021799

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial