Swedish letters fuck up parsing into SQL querry

Adam D. Ruppe destructionator at gmail.com
Mon Mar 23 13:53:50 UTC 2020


My first thought is to!string(cellTab[CellIndex].name) is wrong, 
if it is a char[20] you should be scanning it to find the length 
and slicing. Maybe [0 .. name.indexOf("\0")] or whatever.

You also shouldn't be building a query by concatenation.....


More information about the Digitalmars-d-learn mailing list