Skip to Content.
Sympa Menu

freetds - Re: Why can't this stored procedure be called? (FreeTDS_JDBC and jtds)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Bob Kline <bkline AT rksystems.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Why can't this stored procedure be called? (FreeTDS_JDBC and jtds)
  • Date: Mon, 10 Sep 2001 09:33:02 -0400 (EDT)


On Mon, 10 Sep 2001, Bob Kline wrote:

>
> One thing I haven't seen is any of your Java code. Perhaps it might be
> helpful to compare what's working with what isn't. Mine looks like
> this:
>
> public static void main(String[] av) {
> String url = "jdbc:freetds:sqlserver://xxx/xxx;TDS=70";

Let's eliminate the TDS version right off (since you're running SQL
Server 6.5). It works just as well without ";TDS=70". (It should have
been "7.0" not "70" anyway.)

--
Bob Kline
mailto:bkline AT rksystems.com
http://www.rksystems.com





Archive powered by MHonArc 2.6.24.

Top of Page