php with .dbf |
| |
|
|
|
New Poster Posts: 11 Topics: 8
|
|
|
December 03, 2009, 03:58:35 AM
|
|
I have already read about dbase and odbd. and also i can print out the records in one table with both methods
But I am littel confused here, any one can please help me, if php can join 2 or more .dbf tables tegether?
Thanks in advance
|
|
| |
|
|
|
New Coder Posts: 27 Topics: 5
|
|
|
December 25, 2010, 01:04:43 PM
|
|
I don't think you can join . dbf files with php. Maybe a server can access and JOIN them - but I don't know how. It is more easy to import them into a relational database if available.
|
|
| |
|
|
|
New Coder Posts: 44 Topics: 0
|
|
|
March 30, 2011, 09:51:59 PM
|
|
What is the long form of .dbf file and what we can write in that file?
« Last Edit: April 10, 2011, 09:53:19 PM by Admin »
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
July 18, 2011, 08:57:27 AM
|
|
.dbf files are not compatible with php..
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 22, 2011, 01:28:38 AM
|
|
DBF is very old format databse type. About 10 years ago, I have used dBase which use DBF format.
|
|
| |