Skip to Content.
Sympa Menu

freetds - Re: Can't connect to SQL Server 7.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Zeljko Trogrlic <zeljko AT technologist.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Can't connect to SQL Server 7.0
  • Date: Sat, 10 Mar 2001 23:46:32 +0100


Latest version helped, thanks.

I was testing Free TDS with our driver test package and it works well with
following exceptions:
* ntext data type is not supported (java.sql.SQLException: ntext data cannot
be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or
earlier.)
* money type is not supported
* setObject is not implemented. I have a simple implementation that I want
to contribute
* Prepared statement works only if SQL Server use "quoted indentifiers"
rather than [square brackets] for variable names. This should be documented
somewhere

At 21:34 09.3.2001, Bob Kline wrote:
>On Fri, 9 Mar 2001, Zeljko Trogrlic wrote:
>
>> I'm using freetds_jdbc.jar with SQL Server 7.0.
>>
>> URL: jdbc:freetds:sqlserver://adder/artist
>>
>> When I try to connect to the database, driver throws exception. I can
>> connect with other JDBC drivers . I'm using properties to configure
>> connection settings (user & password).
>>
>> Here is exception, any ideas?
>> I can't find correct source to debug this (no Constructors class!).
>
>If you don't have Constructors.java, then you didn't get the complete
>package. Check out the FAQ [1] for information on obtaining the latest
>source from the CVS archives.
>
>[1] http://freetds.org/faq.html
>
>--
>Bob Kline
>mailto:bkline AT rksystems.com
>http://www.rksystems.com
>
>
>---
>You are currently subscribed to freetds as: [zeljko AT technologist.com]
>To unsubscribe, forward this message to $subst('Email.Unsub')






Archive powered by MHonArc 2.6.24.

Top of Page