In Java, I have written a program that reads a
UTF8 text file. The text file contains a SQL query of the SELECT kind. The program then executes the query on the Microsoft Access 2007 database and writes all fields of the first row to a
UTF8 text file.
The problem I have is when a row is returned that
…