fixed QueryExecuter to deal with multiple errors

Dave Cramer <davec@fastcrypt.com>

Commit: 134fe5ec61cb280459a4782b6d465e115c5ac5a8
Author: Dave Cramer <davec@fastcrypt.com>
Date: 2002-03-16T02:15:23Z
Releases: 7.3.1
fixed QueryExecuter to deal with multiple errors
previously it was throwing a SQLException as soon as the error message was
received from the backend. This did not allow the protocol to finish properly
now, simply collects error messages from the backend until the query is done
and throws exception at the end
Also added setLogLevel to Driver.java, and made the log levels public

Files