Re: Sp_CursorOpen,Fetch,Close
From: Joe Weinstein (joeNOSPAM_at_bea.com)
Date: 01/28/05
- Next message: Alin Sinpalean: "Re: Sp_CursorOpen,Fetch,Close"
- Previous message: chinn: "Re: Sp_CursorOpen,Fetch,Close"
- In reply to: chinn: "Re: Sp_CursorOpen,Fetch,Close"
- Next in thread: Alin Sinpalean: "Re: Sp_CursorOpen,Fetch,Close"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 12:29:05 -0800
chinn wrote:
> Can Somebody explain what this actually means..
>
> exec sp_cursorfetch 180176529, 2, 1, 256
Sure. It means the driver is asking the dbms to execute the procedure
named 'sp_cursorfetch' with the arguments listed.
Joe Weinstein at BEA
>
>
> Thanks,
>
> "Alin Sinpalean" wrote:
>
>
>>Joe Weinstein wrote:
>>
>>>Correct, and congrats on the free jTDS driver. I suspect that the
>>
>>next
>>
>>>version of the free MS driver will be substantially better in many
>>
>>ways,
>>
>>>including this one. We'll see...
>>
>>Given their history with JDBC (not providing a driver for a very long
>>time and then only fixing a limited number of bugs in 5 years) and the
>>fact that they have no reason to support Java over .Net, I wouldn't bet
>>on that happening.
>>
>>In any case they would have to put in a major effort to get rid of the
>>current selectMode-based functionality (it took us months of hard work
>>to get this right). And if they won't any bugfixes they will make to
>>the driver won't really help much in performance terms. The only
>>advantage they have (and will still have, whatever they come up with)
>>is the brand name and the fact that most people don't even bother to
>>find out whether there's an alternative (so much so that many stick
>>with the JDBC-ODBC bridge even though it gets them into trouble every
>>so often).
>>
>>Anyway, thanks and keep up the good work.
>>
>>Alin.
>>
>>
- Next message: Alin Sinpalean: "Re: Sp_CursorOpen,Fetch,Close"
- Previous message: chinn: "Re: Sp_CursorOpen,Fetch,Close"
- In reply to: chinn: "Re: Sp_CursorOpen,Fetch,Close"
- Next in thread: Alin Sinpalean: "Re: Sp_CursorOpen,Fetch,Close"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|