Skip to Content.
Sympa Menu

freetds - Re: Driver Properties

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Matthew Setter <Matthew AT stimuluss.com.au>
  • To: "'TDS Development Group'" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Driver Properties
  • Date: Thu, 5 Apr 2001 16:10:23 +1000

Title: RE: [freetds] Re: Driver Properties

do u know how 2 set up connection pooling in JBoss 2.1 with the FreeTDS driver?
I've been trying to get it working and coming up with NullPointerException and SQLException errors

any help's muchly appreciated,

Matthew

-----Original Message-----
From: James K. Lowden [mailto:jklowden AT speakeasy.org]
Sent: Thursday, 5 April 2001 12:13 PM
To: TDS Development Group
Subject: [freetds] Re: Driver Properties


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


---
You are currently subscribed to freetds as: [Matthew AT stimuluss.com.au]
To unsubscribe, forward this message to $subst('Email.Unsub')




Archive powered by MHonArc 2.6.24.

Top of Page