Tagged Questions

3
votes
4answers
679 views

How do cursors work in Python’s DB-API?

Hi again, I have been using python with RDBMS' (MySQL and PostgreSQL), and I have noticed that I really do not understand how to use a cursor. Usually, one have his script connec …
3
votes
4answers
177 views

SQL Server Cursor Reference (Syntax, etc)

I don't use SQL Server Cursors often but when I do, I always have to look up the syntax and options. So I wanted to ask, what is the best SQL Server Cursor reference on the web?. …
1
vote
3answers
52 views

Looping Over Result Sets in MySQL (Resolved: Using Cursors)

I am trying to write a stored procedure in MySQL which will perform a somewhat simple select query, and then loop over the results in order to decide whether to perform additional …
0
votes
2answers
51 views

cursors - %notfound is true even when row is returned

I have a cursor that is used to get some preliminary information for some other processing. It is possible that the query backing the cursor may not return any rows, and in these r …
1
vote
1answer
47 views

Do database cursors pick up changes to the underlying data?

Quick question about cursors (in particular Oracle cursors). Let's say I have a table called "my_table" which has two columns, an ID and a name. There are millions of rows, but …
0
votes
3answers
83 views

Explicit Opening and Closing cursors

Hi Guys. I've been reading up on database cursors, and every bit of sample code I've seen explicitly opens and closes the cursor. I've only used them a few times and I've never ha …
3
votes
7answers
521 views

What is wrong with Cursors ?

Hi, SQL Server developers consider Cursors a bad practise , except under some circumstances. They believe that Cursors do not use the SQL engine optimally since it is a procedural …
5
votes
4answers
208 views

Avoid Database Cursor in SQL Server

I have a bit of a puzzle (at least for me) which I am hoping is mostly because I am not yet an SQL master of the universe. Basically I have three tables: Table A, Table B, and Ta …
2
votes
3answers
2k views

Flex 3: How can I change the Mouse Cursor when mousing over a Text Input?

In Flex, by default, when you mouse over a Text Input the mouse cursor is changed to the standard I cross bar. How can I change this cursor so the regular mouse pointer cursor is …
3
votes
3answers
450 views

Create a semi-transparent cursor from an image

Is it possible to create a cursor from an image and have it be semi-transparent? I'm currently taking a custom image and overylaying the mouse cursor image. It would be great if …
1
vote
5answers
121 views

Creating SQL UPDATE statements on the fly

I am in the midst of updating data in multiple tables. Currently I have a table that has one field, "sources", that is just a list of all tables that include the field "itemid". …
1
vote
4answers
261 views

Problem with java not releasing oracle cursors.

Hi, I'm working on the following code below, (edited for clarity), that is giving me a few problems with open cursors in Oracle. Basically I am trying to select data from the DB a …
1
vote
1answer
73 views

Avoiding Cursor in SQL

What is the best alternative to using a cursor in SQL if I am suffering from performance issues ? I got the following code wherein it uses Cursor to loop through and insert record …
1
vote
1answer
115 views

How to add a custom cursor for a ASP.NET control?

Hi there, How can I add a custom mouse cursor (say cursors from C:\Windows\Cursors directory) onto a ASP.NET user control? Thanks a bunch, dattebayo...
0
votes
0answers
225 views

Cursor-fetched variable in prepared statement within a stored procedure?

Hullo, Can any help me shed some light on what's going on when I try to prepare a statement from a string that contains a cursor-fetched variable? Below is the procedure that I'm …

1 2 3 4 5 next
15 30 50 per page