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: Edson Richter - Via Ápia <richter AT viaapia.com.br>
  • 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 21:56:48 -0300


Your jar file is corrupt...
Try download using GetRight, or other software (GoZilla, DAP, etc).

Other reason may be that snap shot is invalid... Try downloading latest
source code and re-compiling (more guarantee).

Edson Richter

-----Original Message-----
From: bounce-freetds-110692 AT franklin.oit.unc.edu
[mailto:bounce-freetds-110692 AT franklin.oit.unc.edu]On Behalf Of
Camilleri, Paul (P.S.)
Sent: Terça-feira, 25 de Julho de 2000 17:13
To: TDS Development Group
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: richter AT viaapia.com.br
To unsubscribe, forward this message to
$subst('Email.Unsub')





Archive powered by MHonArc 2.6.24.

Top of Page