This class is meant to extract information from a database file in the DBF format. It can be used for migrating the DBF file to any format you want.
The class is capable of processing the DBF files using only basic PHP functions. So it does not need any PHP extensions to handle the DBF database files.
It reads the names of the DBF fields and the respective values in the DBF rows and stores them in array variables of the class.
An example of usable is included inside the class within the code comments and now has separated example file.
The class and the example updated by Nick Vrtis (thx Nick !!)
for the changes he made, i quoted From the e-mail i recieved :
"I updated it so that it would handle dbt (the note/memo add on file for dbase). I also also separated the initial file load from the decode, so that you can request individual records, either as a simple indexed array, or an association array.
I also expanded the sample code, so that you can enter a directory, and
also a file name into text boxes. This is not a particularly good idea
for a production site, but is useful for testing."
|
Pages that reference this package |
|
|
DBF2MySQL Czasem istnieje koniecznosc przeniesienia bazy danych DBF do MySQL... |
Latest pages that reference packages
|
Applications that use this package |
|
|
HMGSCRIPT 0.36 HMGScript is a JavaScript library. The goal of the project is to allow developers the creation of web applications using the same logic as desktop applications via simple objects. For data manipulation, it allows the use of MySql databases and dbf (xBase) files (based on DBF reader Class by Faro K Rasyid). |
PHP : How to import DBF table into MySQL database I am currently working on a web project where requires a feature to import the DBF's table(s) into MySQL database. After some experiments, i found a powerful PHP class named 'dbf_class' |
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|