Hi there, thank you for you quick response to my nightmare. I am rather stack,could you please offer some help on look at the code and offer suggestions. MY METHOD. public void generateCSV(String sFileName) throws IOException { FileWriter writer = new FileWriter(sFileName); String getVlaues = "SELECT name AS NAME,surname AS SURNAME,email AS EMAIL,position AS Position FROM client LIMIT 10 "; try ...