question about string.format().
- by Mike
how string.format() can help to avoid using "+" in such statemet:
string statement =" SELECT DISTINCT titel as linieName" +
" FROM qry_Forecast_Taktzeiten" +
" WHERE linieName LIKE 'lin%';";