Re: Advantages using 2005 JDBC Driver



Guys take care of using cursor options with 2005 driver version. In the link:
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=125329, there´s a bug report about this.

I´ve got one that removing the option cursor everthing start working fine !!!

Rgds.

HJR

"Angel Saenz-Badillos[MS]" wrote:

Hi Richard,

There have been cursor related improvements, take a look at
http://msdn2.microsoft.com/en-us/library/ms378405.aspx for more information.

As far as "bug fixes", the Jdbc 2005 driver uses a completely different code
base from the 2000 driver so the term bug fix does not really apply. You
will very likely not find Jdbc 2000 driver bugs surfacing on the 2005
driver, but you might well find differences in behavior and new issues.
Going forward we hope that the fact that Sql Server now owns this driver
makes this transition worth while.

For new projects using the 2005 jdbc driver is a no brainer. If you have a
2000 driver project that you are actively working on I would also recommend
that you look into porting it into the new driver for future supportability,
support on the 2000 driver for any issues you may find will not be great.

--
Angel Saenz-Badillos [MS] Data Programmability
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging: http://blogs.msdn.com/angelsb/




"Richard" <Richard@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:80710AB1-1FD6-4CDD-A57E-0C38A181DFC5@xxxxxxxxxxxxxxxx
Are there any cursor related improvements or bug fixes?

"Evan T. Basalik (MSFT)" wrote:

In my opinion, there are several good reasons to upgrade to the SQL 2005
JDBC driver:

1) Based on internal performance testing, the 2005 driver is faster
2) The 2005 driver supports both SQL Server 2000 and SQL Server 2005,
while the SQL 2000 JDBC driver only supports SQL Server 2000
3) The 2005 driver is 100% Microsoft supported and is being actively
developed within the SQL Server team

Evan

--------------------
Thread-Topic: Advantages using 2005 JDBC Driver
thread-index: AcaZ9wQpenna4T1dR8KOzyBuIX8HIg==
X-WBNR-Posting-Host: 198.187.195.144
From: =?Utf-8?B?UmljaGFyZA==?= <Richard@xxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: Advantages using 2005 JDBC Driver
Date: Tue, 27 Jun 2006 07:36:03 -0700
Lines: 12
Message-ID: <E1D70271-AE0E-46C5-AD90-09D9B0F0DE52@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.sqlserver.jdbcdriver
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.jdbcdriver:7892
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.sqlserver.jdbcdriver

What are the major advantages of the 2005 driver over the 2000 driver?

We are running a active/passive db, with about 800 - 1000 database
connections.

We seem to be running low on available cursors. We get the server out
memory error about every three weeks. The number of available cursors,
decreases over this time frame. It seems to be related to the server
out of
memory error. Any help?

About a third of our processes use the SelectMethod=Cursor. I think
this
method is bad, considering out database load.



--

This posting is provided "AS IS" with no warranties, and confers no
rights. Use of included script samples are subject to the terms specified
at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.





.



Relevant Pages

  • Re: Cursor problems Wd 2003
    ... Graham, I haven't actually updated the driver yet, but it is a recent driver ... Whether the cursor is at the ... Graham Mayor - Word MVP ... Word MVP web site http://word.mvps.org ...
    (microsoft.public.word.docmanagement)
  • Re: execute() vs executeUpdate() on a prepared statement
    ... The issue was that a cursor may error out if the back-end function is too ... execute may attempt to create a cursor. ... the 2005 driver is NOT using the same code ... See bug FDBK44661. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... If the cursor is not visible, your display driver is not drawing it. ... Can you have any idea where i put registration notifications for ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... Along with that Display Driver is modified with RequestDeviceNotifications, ... and switching on/off the cursor. ... handling USB mouse device notifications. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... I have modified the display driver properly and all works... ... Can you have any idea where i put registration notifications for usb mouse ... There's no 'enable/disable cursor here' function. ...
    (microsoft.public.windowsce.platbuilder)

Loading