Re: Problem with SP3 JDBC Driver for SQL Server
From: Joe Weinstein (joeNOSPAM_at_bea.com)
Date: 11/08/04
- Previous message: Joe Weinstein: "Re: Problem with SP3 JDBC Driver for SQL Server"
- In reply to: shreyask_at_gmail.com: "Problem with SP3 JDBC Driver for SQL Server"
- Next in thread: grantmitchell7_at_yahoo.com: "Re: Problem with SP3 JDBC Driver for SQL Server"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 08 Nov 2004 08:03:54 -0800 To: shreyask@gmail.com
You need to add a property to the code that's making your connection:
selectMethod=cursor
Joe Weinstein at BEA
shreyask@gmail.com wrote:
> Hi,
>
> I noticed an interesting behaviour. When the autoCommit is turned off, I am not able to use the same connection handle to create multiple Statement/PreparedStatement handles.It goes into Manual Transaction Mode and says cannot clone connections.
>
> Is this a bug?? Can someone give some pointers here.
>
> thanks
> Shreyas
>
> **********************************************************************
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
- Previous message: Joe Weinstein: "Re: Problem with SP3 JDBC Driver for SQL Server"
- In reply to: shreyask_at_gmail.com: "Problem with SP3 JDBC Driver for SQL Server"
- Next in thread: grantmitchell7_at_yahoo.com: "Re: Problem with SP3 JDBC Driver for SQL Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|