select date with ms sql 7.0 SP2

Stefan Bodewig bodewig at bost.de
Thu Aug 10 06:50:41 EDT 2000


>>>>> "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



More information about the FreeTDS mailing list