Greetings all,
I'd like to know if anyone has experience using php and connecting to a Visual FoxPro database?
We are on php5 on RedHat linux and apache. We have both oracle and foxpro databases. I need to connect to the foxpro database, get some table data, create csv files for use with sql-loader.
For Visual FoxPro programmers, -- I know foxpro can create csv files quick and easy. But, the copy command does not work with "memo" fields.
So, I thought to use php and connect to FoxPro. I've found a lot of discussions about it, but no real answers.
I'm certain there's some module or something I need to add to my php.ini file to be able to make a db connection to FoxPro.
Any help would be greatly appreciated.
Thanks,
jdc44