Re: [PHP] import dbf files

2007-05-12 Thread Richard Lynch
On Fri, May 11, 2007 8:23 am, Bosky, Dave wrote: > My goal is to be able to import dbf files into MySQL on a nightly > basis. > > Can I enable dbase support by uncomment the dbase extension entry in > the > php.ini file or is there more to it? On Windows, assuming you have the dbase DLL matching y

Re: [PHP] import dbf files

2007-05-11 Thread Robert Cummings
On Fri, 2007-05-11 at 09:23 -0400, Bosky, Dave wrote: > My goal is to be able to import dbf files into MySQL on a nightly basis. > > Can I enable dbase support by uncomment the dbase extension entry in the > php.ini file or is there more to it? Check the output generated by the phpinfo() functio

[PHP] import dbf files

2007-05-11 Thread Bosky, Dave
My goal is to be able to import dbf files into MySQL on a nightly basis. Can I enable dbase support by uncomment the dbase extension entry in the php.ini file or is there more to it? Are there any working examples available that read and import dbf files? Thanks, Dave **