Re: Problem with SP3 JDBC Driver for SQL Server
grantmitchell7_at_yahoo.com
Date: 11/08/04
- Next message: Andrew: "why excute query through JDBC much slow than query analyzer?"
- 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"
- Messages sorted by: [ date ] [ thread ]
Date: 8 Nov 2004 09:40:52 -0800
Shreyas Kaushik (shreyask@gmail.com) wrote in message news:<eMtbpzUxEHA.2564@TK2MSFTNGP12.phx.gbl>...
> 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...
This is one of the number of unfortunate consequences of the fact that
the driver silently creates >1 connection to the database when you
create > 1 statement. This is an example of what I was referring to in
my post in this group on 10/27 comparing the free MS driver to
comercial drivers.
So, well, yes its free but you have to deal with issues like this
one.. I guess you get what you pay for..
- Next message: Andrew: "why excute query through JDBC much slow than query analyzer?"
- 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"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|