Hi Fernando,
I wanted to convert two databases and check for differences however the process returned with an error:
"
2014-11-19T03:11:26 --------------------------------------------------------------------------------
Error 1903, String is too long to fit.
totext, 16286
lcText = lcText + loRecords.toText(@laFields, lnFieldCount, lc_DBF_Conversion_Condition)
Archivo origen: D:\<path-to-file>\registru.dbf
"
That dbf is 11 Mb.
And I'm get this error when using "DBF_Conversion_Support: 4" if I use the standard way I get no error so it can't be about fields count or length.
Comments: ** Comment from web user: fdbozzo **
I wanted to convert two databases and check for differences however the process returned with an error:
"
2014-11-19T03:11:26 --------------------------------------------------------------------------------
Error 1903, String is too long to fit.
totext, 16286
lcText = lcText + loRecords.toText(@laFields, lnFieldCount, lc_DBF_Conversion_Condition)
Archivo origen: D:\<path-to-file>\registru.dbf
"
That dbf is 11 Mb.
And I'm get this error when using "DBF_Conversion_Support: 4" if I use the standard way I get no error so it can't be about fields count or length.
Comments: ** Comment from web user: fdbozzo **
"String too long" bug fixed on new [Beta5](https://vfpx.codeplex.com/downloads/get/928576)
Regards.-