DBFToMySQL icon indicating copy to clipboard operation
DBFToMySQL copied to clipboard

xbase/dbf to MySQL import tool

Results 9 DBFToMySQL issues
Sort by recently updated
recently updated
newest added

Uncaught Error: Class 'XBase\Table' not found Al momento de correr el script ya realice , composer install

When i run the program it tells me that the mysqli class cannot be found, but i have already enabled the extension in php.ini. when i run the program it...

Can anyone tell my why I get error ( ! ) Error: Cannot access protected property XBase\Column\VisualFoxproColumn::$name in C:\wamp64\www\DBFtoSQL\DBFToMySQL\dbf-import.php on line 49 -- 49| print_r("\t$column->name ($column->type / $column->length)\n");

I could not import some FoxPro databases because of some '\' values. Let's avoid any SQL injection.

When i run php dbf-import.php, it say: php Fatal error: Uncaught Error: Class 'XBase\Memo' not found ... ![17690890_1405727666161019_748376703_n](https://cloud.githubusercontent.com/assets/22518256/24640207/734ab62e-191f-11e7-87d1-a16545f7c9e2.png)

Fixes this error: ``` PHP Fatal error: Uncaught Error: Class 'XBase\Memo' not found in ~/php-xbase/src/XBase/Table.php:35 Stack trace: #0 ~/DBFToMySQL/dbf-import.php(42): XBase\Table->__construct('~/dbffile...') #1 ~/DBFToMySQL/dbf-import.php(24): dbftomysql('DBFFILE.dbf') #2 {main} thrown in ~/php-xbase/src/XBase/Table.php on line...

I get a wall of errors like `Warning: fread(): Length parameter must be greater than 0 in DBFToMySQL/classes/DBFhandler.php on line 130` It's possible i'm not looking at a DBF file...

Problem: The script did not run on my old server. There was no error message, only return status = 255: ``` $ php ./dbf-import.php ; echo $? 255 ``` After...

A littlebit more logical