Dear Master,
I try to save all MySql tables to DBF but MySql use UTF8. The DBF columns will be bigger 3 times.
Example
-------------
I use oCn:SaveToDBF( cSql, cDbfFileName )
oRs:name Varchar 30
when I save to DBF
customer->name Charactor 90
How can I fix this issue?