DBF and MySQL fields
Posted: Fri Apr 28, 2023 6:36 am
It is not difficult to make a program that works with MySQL data
but the first step is to transfer data from DBF to MySQL, in MySQL there are probably all types, but not all, so the problem is how to transfer.
DBF has a LOGICAL field that MySQL does not have, TINYINT is a substitute
DBF has a MEMO field, and MySQL has several types that can replace it, which variant are you using, VARCHAR or TEXT or BLOB or something else?
but the first step is to transfer data from DBF to MySQL, in MySQL there are probably all types, but not all, so the problem is how to transfer.
DBF has a LOGICAL field that MySQL does not have, TINYINT is a substitute
DBF has a MEMO field, and MySQL has several types that can replace it, which variant are you using, VARCHAR or TEXT or BLOB or something else?