preparedStatement problem

bill dossett bd at emtex.com
Thu Aug 3 08:37:45 EDT 2000


Hi, 
I just found another missing break statement in Procedure.java... 
only because it threw nearly the same exception as before... 
Perhaps someone could put this in CVS as I'm afraid of screwing 
something up and I'm not familiar with using diff to patch files 
(in fact, I'm not really familiar with anything, I do it once and then 
forget it)

168                case inEscape:
    169                {
    170                   state = inString;
    171                   procedureString = procedureString + current;
+   172                   break ;
    173                }

thanks
Bill



More information about the FreeTDS mailing list