Skip to Content.
Sympa Menu

freetds - Re: Doesn't handle TDS_DONEINPROC packets correctly (known bug)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Maraya Michael <maraya-michael AT dol.gov>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Doesn't handle TDS_DONEINPROC packets correctly (known bug)
  • Date: Wed, 21 Jun 2000 16:02:38 -0400

Title: RE: [freetds] Re: Doesn't handle TDS_DONEINPROC packets correctly (known bug)

        Try t0032.java in the unittests directory under the CVS root.  It gives me the following results when I run it:

<start>

Starting test t0032-  test sp_help sysusers
Executed the statement.  rc is true
About to call getResultSet
sysusers        dbo        system table         1996-04-03 02:38:57.387       
java.sql.SQLException: Protocol confusion.  Got a 0xa0 packet
        at com.internetcds.jdbc.tds.ResultSet_base.next(ResultSet_base.java:1523)
        at t0032.main(t0032.java:41)

<stop>

        When I call one of our own stored procedures that runs for about 3 minutes, I get stack overflows instead.  I suspect they're different symptoms of the same problem, however.

        By the way, how can someone make changes that are reflected in the CVS repository?  I've received patches for bug fixes but they don't seem to find their way to the CVS repository on internetcds.com.  Thanks.



----------
From:   Mark Schaal[SMTP:mark AT champ.tstonramp.com]
Sent:   Wednesday, June 21, 2000 3:37 PM
To:     TDS Development Group
Subject:        [freetds] Re: Doesn't handle TDS_DONEINPROC packets correctly (known bug)

>       Does it look like this known bug will be fixed soon?  Is there any
> way I can help fix this?

It's open source - you're welcome to get the CVS and work with
the code.  The internals around DONEINPROC take a little while
to figure out (for me at least).

I have a little time this week and am updating the token
documentation, so if you can provide a simple SQL example
that illustrates the breakage I'll take a look.

Mark
--
Mark J. Schaal                                  Phone:      (909) 620-7724
TST On Ramp                                     Fax:        (909) 620-8174
System Administrator                            E-Mail: mark AT tstonramp.com

---
You are currently subscribed to freetds as: maraya-michael AT dol.gov
To unsubscribe, forward this message to $subst('Email.Unsub')




Archive powered by MHonArc 2.6.24.

Top of Page