Skip to Content.
Sympa Menu

freetds - Re: select date with ms sql 7.0 SP2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stefan Bodewig <bodewig AT bost.de>
  • To: <freetds AT franklin.oit.unc.edu>
  • Subject: Re: select date with ms sql 7.0 SP2
  • Date: 10 Aug 2000 12:50:41 +0200


>>>>> "JdM" == Julien de Murcia <demurcia AT sablet.grenoble.hp.com> writes:

JdM> Do I have to specify the version in the connect string of
JdM> freetds (I'm currently using "jdbc:freetds:sqlserver//host/db")
JdM> ?

To enable specific SQL Server >=7 support yes. Try
"jdbc:freetds:sqlserver//host/db;tds=7.0" - although I think the
handling of DATE values didn't change.

Stefan




Archive powered by MHonArc 2.6.24.

Top of Page