Skip to Content.
Sympa Menu

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

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Camilleri, Paul (P.S.)" <pcamill2 AT ford.com>
  • To: "'freetds AT franklin.oit.unc.edu'" <freetds AT franklin.oit.unc.edu>
  • Subject: [JDBC] 0x79 packet, upgraded, then got fatal error.
  • Date: Tue, 25 Jul 2000 16:12:30 -0400



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





Archive powered by MHonArc 2.6.24.

Top of Page