Skip to Content.
Sympa Menu

freetds - Re: Driver Properties

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT speakeasy.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Driver Properties
  • Date: Thu, 05 Apr 2001 02:12:40 +0000


Nik Petroff wrote:

> Is it possible to set the connection properties so that ANSI_NULLS and
> ANSI_WARNINGS are on? I can't find any java code for this anywhere so an
> example would be great.

Could you just execute this query when you establish a connection?

set ANSI_NULLS on
set ANSI_WARNINGS on

Those settings stay in effect for the session.

HTH.

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page