Skip to Content.
Sympa Menu

freetds - Re: [JDBC] 0x79 packet, upgraded, then got fatal error.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Ian Struble" <iks AT callwave.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: [JDBC] 0x79 packet, upgraded, then got fatal error.
  • Date: Tue, 25 Jul 2000 13:31:05 -0700


I can't really help you out except to confirm your suspictions that you have
a two stage problem. I get the occational "Got a 0x79 packet." message from
a FreeBSD box connecting to MS SQL 7.0.

Ian

----- Original Message -----
From: Camilleri, Paul (P.S.) <pcamill2 AT ford.com>
To: TDS Development Group <freetds AT franklin.oit.unc.edu>
Sent: Tuesday, July 25, 2000 1:12 PM
Subject: [freetds] [JDBC] 0x79 packet, upgraded, then got fatal error.


>
> I'm new to FreeTDS, and JDBC.
>
> I'd like to use stored procedures, and was converting some earlier code to
> use that instead of rolling my own query.
>
> With this code:
>
>
> String query = "exec sp_get_site 'sitename'";
> CallableStatement cs = con.prepareCall(query);
> ResultSet rs = cs.executeQuery();
>
>
> Client is NT, server is SQLServer 6.5, I'm in Visual Cafe 3.0
professional.
>
> When I ran it, I got a failure message of "Got a 0x79 packet."
>
> A check of old list messages turned up a few people asking what this
meant,
> but no real responses except "upgade to the latest version, 0.2 is old."
>
> So I got the latest freetds_jdbc.jar file, but now when I compile, I get
>
> Fatal Error: C:\VisualCafe\Java\Lib\freetds_jdbc.jar: invalid END header
> format.
>
>
> What's up with that? I have a feeling I've got a two stage problem here.
> Any help would be appreciated.
>
> Paul
>
>
> ---
> You are currently subscribed to freetds as: iks AT callwave.com
> To unsubscribe, forward this message to
$subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page