PHP Classes

Support more field types for dbase IV

Recommend this page to a friend!

      majkel PHP dbase class  >  All threads  >  Support more field types for dbase IV  >  (Un) Subscribe thread alerts  
Subject:Support more field types for dbase IV
Summary:The project doesn't support Float fields yet
Messages:1
Author:michael
Date:2019-05-15 03:28:31
 

 


  1. Support more field types for dbase IV   Reply   Report abuse  
Picture of michael michael - 2019-05-15 03:28:31
I tried opening a dbase file that had a Float column.
Here is the error:
Fatal error: Uncaught org\majkel\dbase\Exception: Format `dBASE III PLUS` does not support field `F`

I can try adding it myself and see if I can get it working.
If I get it working can I upload a version that works with floats?
What other fields should be supported?
Others I see on https://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm
Long, Double, Binary
I am not sure which one of these I will need for my project.