ReadMe1st.txt
上传用户:jiangbw
上传日期:2022-03-16
资源大小:49k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Unix_Linux

  1. DBF to MySQL Bulk Converter
  2. This utility will read any DBF files under "dbf_source" directory.
  3. You will need to create sub directory under "dbf_source"
  4. and put your dbf files there. And run conversion on your browser
  5. Http://localhost/dbfconv
  6. follow these steps :
  7. 1. Extract this on your htdocs directory of your apache
  8. 2. Update your MySQL connection on config.ini.php
  9. 3. put your dbf files under "dbf_source" directory under sub directory of your choice
  10. 4. open your browser to http://localhost/dbfconv
  11. 5. RUN....
  12. COMMON PROBLEMS THAT MAY OCCUR : 
  13. - if your dbf filesize is large you can troubleshoot with memory_limit on php.ini by increasing its value
  14. SCRIPT CURRENT LIMITATION :
  15. - this script cannot read BLOB field type, only reads standard field type format like number, memo, text
  16.   i'll update later about this limitation
  17. for further comments please send email to me ardie_b@yahoo.com
  18. Latest Update : 
  19. - July 24, 09 => Known javascript bugs on latest mozilla firefox
  20. That's it.
  21. Regards,
  22. Benediktus Ardian Hersanto,SE
  23. =========================
  24. =http://www.code2art.com=
  25. =========================
  26. Notes :
  27. - Don't remove "cache", "logs", "session_data" directory 
  28.   because the framework need it to do its own job