Hello,
When we create a longvarchar column using the dbf driver the COLUMN_LENGTH from the database metadata is reported as length 4.
This rises an issue in our system as we expect to receive the max length of data that can be stored in this column.
Can this be changed in the driver?
Regards,
Rob Gansevles
Servoy
|
>Can this be changed in the driver?
Please download the latest package, which will return 0 for LONGVARCHAR.
|
It works, thanks for the quick response and fix.
Rob
|