SQL Anywhere 17.0.11.7908 on Windows 11.Loading local data into a local database. Data (u.txt) contains:1;AAAAA2;BBBBB3;CCCCC1;DDDDD4;EEEEEUsing ALLOW ALL ERRORS works fine (four loaded rows with c1=1,2,3,4):create table t1 (c1 int primary key,c2 var...