Top "Cursor" questions

DO NOT USE.

Which is faster in SQL, While loop, Recursive Stored proc, or Cursor?

Which is faster in SQL, While loop, Recursive Stored proc, or Cursor? I want to optimize the performance in a …

sql-server performance stored-procedures while-loop cursor
MS SQL Server - When is a CURSOR good?

Many times when I've written stored procedures, etc. I use a CURSOR at first and later find some performance issue …

sql sql-server tsql cursor
change cursor to busy while page is loading

I understand how to use javascript to change the cursor to busy while the page is making and ajax call. …

javascript asp.net postback cursor
Using Cursor in a Loop of a stored procedure

So as to use cursors dynamically using MySQL is it possible to declare a cursor in a loop of a …

mysql stored-procedures loops cursor mysql-error-1064
dbms_output cannot print boolean?

I am learning cursors and I cannot print the boolean value in the dbms_output.put_line(); The code is …

sql oracle boolean cursor dbms-output
Viewing an Android database cursor

Would anyone know how I can view what a cursor has in it during debugging so that I can determine …

android debugging cursor
Disable blinking cursor in UITextField?

I've followed the instructions here and succesfully set up a UITextField that gets updated with a UIDatePicker. However the cursor …

cursor uitextfield uidatepicker
how to change the cursor color on emacs

I made some changes in Emacs's colors and the only thing wrong now is the cursor that is black on …

emacs colors cursor
Android error: java.lang.IllegalStateException: trying to requery an already closed cursor

environment (Linux/Eclipse Dev for Xoom Tablet running HoneyComb 3.0.1) In my app I'm using the camera (startIntentForResult()) to take a …

android cursor illegalstateexception android-loadermanager
C# - Capturing the Mouse cursor image

BACKGROUND I am writing a screen capture application My code is based derived from this project: http://www.codeproject.com/…

c# mouse cursor icons screenshot