Page 1 of 1

php and .dbf

Posted: Sun Nov 29, 2009 9:55 pm
by jojonage
I have read about dbase and odbc.
I can print out the records in one table(one .dbf file) with both methods

but I am wondering if PHP can join 2 or more .dbf tables together?
I've been googleing for a few days, still have no idea on it,
It would be very nice if anyone can give me some advises

Thank you!

Re: php and .dbf

Posted: Mon Nov 30, 2009 1:50 am
by Christopher
I don't think you can join these file based database systems. Perhaps there is some server that can access them and do the JOIN. It would probably be easiest to import the data into a relational database (if you have one available).

Re: php and .dbf

Posted: Mon Nov 30, 2009 6:55 pm
by jojonage
thanks for your advise