I'm trying to migrate a project from HXTT to UCanAccess and the only thing I'm having trouble at the moment is the auto truncation of data. For example if I try to insert a text that is longer than the field declaration (300 characters in a 255 char field), UCanAccess will raise an SQL Exception.
I've tried using jdbcCompliantTruncation=false (which I'm not even 100% certain that is used for that purpose), but it didn't work.