Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function @@CURSOR_ROWS
Message
From
18/11/1999 16:28:49
Dave Sonier
Technologies Nter inc.
Gatineau, Quebec, Canada
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Function @@CURSOR_ROWS
Miscellaneous
Thread ID:
00292723
Message ID:
00292723
Views:
69
HI,

How does work the function @@cursor_rows ???

I tried this code below and the result of the function @@cursor_rows is -1...Why the result is not for sample 103 record

Sample:
=======
declare dave cursor for select * from syst_msg

open dave

select @@cursor_rows

close dave

deallocate dave
Next
Reply
Map
View

Click here to load this message in the networking platform