php with .dbf |
| |
 |
Reputation Power: 1

| | 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
|
|
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 26 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.
|
|
| |
 |
Reputation Power: 1

| | 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 »
|
|
| |
 |
Life Is Good! Reputation Power: 3

| | Professional Coder Gender:  Posts: 241 Topics: 3  |
|
|
July 18, 2011, 08:57:27 AM
|
.dbf files are not compatible with php..
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Posts: 227 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.
|
|
| |