On Tue, 8 Apr 2003, Todd Cornett wrote:
> All:
>
> We found that the current use of the StringTokenizer to parse out the
> response from the database acheieves the desired result only when the
> returning column and table names do not contain either '\' or '0'.
The attached patch fixes this for all JDK versions by using its own
tokenizing routine.
Kris Jurka