I have detected a problem reading a DBF file using the DBF driver. Querying this specific file results in grabbled values on one field and no values on another one. I can open the file with other tools without any problems.
I upgraded the DBF file to the latest version (10-oct) but the problem persists.
Let me know how to proceed.
Regards.
Juan
|
I meant to say that I upgraded the DBF driver to the latest version...
|
>Querying this specific file results in grabbled values on one field and no values
>on another one. I can open the file with other tools without any problems.
If possible, let us see that dbf table sample.
|
Received and is checking:)
|
Supported. Because that table contains an invalid column position information, and HXTT DBF used it, but VFP ignored it, so that grabbled values occurred. The latest package will be available after about 2 hours.
|
I already tested the latest package (29-oct-2010 07:01) and the grabbled values are indeed gone; however, the values of the 'cImporte' column are being returned as integers and not as double (the declared type).
Could you fix this issue?
|
>the values of the 'cImporte' column are being returned as integers and not
> as double (the declared type).
Because VFP will round and show it as integer. If you wish to get 13.8, not 14, we can do it.
|
>Could you fix this issue?
Decided to rollback to the old package and doesn't round it:) The latest package will be availabe after 2 hours.
|
Tested the 30-oct-2010 07:11 version and it looks OK.
Thanks.
|