Skip to Content.
Sympa Menu

freetds - RE: Unknown marker: 165!!

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: Unknown marker: 165!!
  • Date: Fri, 9 Aug 2002 14:09:44 -0400


> From: Alex [mailto:alexp AT vcidac.lv]
> Sent: August 9, 2002 1:48 PM
>
> Configuration: Freetds 0.60 (tried 4.2,7.0 protocols), MSSQL
> 7.0 server.
> The following query give away "Unknown marker: 165!!" message:
>
> DECLARE test_cursor CURSOR GLOBAL STATIC FOR SELECT * FROM testtable
> OPEN test_cursor
> FETCH NEXT FROM test_cursor

Confirmed in sqsh with 8 August snapshot, see below. What should the
documentation say about server-side cursors? Do they work at all on MS
servers? I have only seen them work on Sybase.

--jkl

[13] NTS0090.master.1> DECLARE test_cursor CURSOR GLOBAL STATIC FOR SELECT
1, 'asdf'
[13] NTS0090.master.2> OPEN test_cursor

[13] NTS0090.master.3> FETCH NEXT FROM test_cursor

[13] NTS0090.master.4> go
Unknown marker: 165!!
Unknown marker: 9!!
Unknown marker: 0!!
Unknown marker: 1!!
Unknown marker: 0!!
Unknown marker: 4!!
Unknown marker: 2!!
Unknown marker: 0!!
Unknown marker: 4!!
Unknown marker: 3!!
Unknown marker: 0!!
Unknown marker: 20!!
Unknown marker: 4!!
Unknown marker: 0!!
Unknown marker: 97!!
Unknown marker: 115!!
Unknown marker: 100!!
Unknown marker: 102!!
Unknown marker: 1!!
Unknown marker: 0!!
Unknown marker: 0!!
Unknown marker: 0!!
rowstat
----------- ---- -----------
[14] NTS0090.master.1>


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page