Skip to Content.
Sympa Menu

freetds - Re: preparedStatement problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "bill dossett" <bd AT emtex.com>
  • To: freetds
  • Subject: Re: preparedStatement problem
  • Date: Thu, 3 Aug 2000 8:37:45


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




Archive powered by MHonArc 2.6.24.

Top of Page