Try it like this: string cmd = "INSERT INTO " + Tables.Lux() + " VALUES "; int counter = 0; foreach (Element e in list) { sql += "(NULL, ...
確定! 回上一頁