Hi all, I have to use a database which uses prefixes for column names (e.g. "strFirstName", "dtmCreated", "lngLoginCount") and so on. Now I try to eliminate these prefixes in the generated code using the stripColumnText. So I added stripColumnText="str*,lng*,dtm*,bln...