This class can be used to import data from DBF files into MySQL databases.
It uses the dbase extension functions to open and retrieve data from DBF files.
The class generates a string with SQL statements to create tables in a MySQL database and insert rows with the data from the DBF files.
The generated SQL statements maybe displayed in a HTML page, served for download, or stored in a file.
The code and comments are in Spanish.
|
|
| Name: |
dbf2mysql |
| Base name: |
dbf2mysql |
| Description: |
Import data from DBF files into MySQL databases |
| Version: |
0.2 |
| PHP version: |
3.0 |
| Licenses: |
Free for non-commercial use
GNU General Public License (GPL) |
| All time users: |
1247 users |
| All time rank: |
2689 |
| Week users: |
6 users |
| Week rank: |
423  |
| |
|
| There are not enough user ratings to display for this class. |
| Link |
Description |
| Converting DBF to MYSQL (Portuguese) |
I'm doing a management system for a charity, and among the tasks will migrate a system developed in Clipper to the system that I am developing in PHP / MySQL... |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
dbf2mysql |
Class |
Primary Class |