at the moment I\'m writing a simple script in ksh who should take some strings from a DB and list them on the shell. This is how it should work:
I am attempting to add an \"export to CSV\" feature to a webapp that displays data from a MySQL database.I have a written a \"queryExecuter\" class to execute queries from my servlet.I have used this